Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

1. The db and dir.root are defined in tomcat/shared/classes/alfresco-global.properties

2. thaliaAdmin can be added to the administration group instead of custom-authority-services-context.xml file.

Install Alfresco community release 3.2r2:

1. run Alfresco-Community-3.2r2-Linux-x86-Install and install it at /home/repos2

2. edit /home/repos2/extras/databases/mysql/db_setup.sql and run "mysql -u root -p < db_setup.sql" to create the db (will need the root password)

3. edit /home/repos2/tomcat/shared/classes/alfresco-global.properties to set the db properties correctly

4. you should be able to start alfresco: /home/repos2/alfresco.sh start and go to http://cms-dev-th2.mit.edu:8080/alfresco

Thalia specific customization:

1../alfresco.sh stop 

2. cp thaliaModel.xml and thalia-model-context.xml /home/repos2/tomcat/shared/classes/alfresco/extension

3. edit /home/repos2/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/model/contentModel.xml and add isAdmin property to cm:person

4. edit  /home/repos2/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/model/permissionDefinitions.xml and add the thalia specific permission

5. ./alfresco.sh start