Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
This is a step by step how-to for installing Alfresco 3.2 ce on OpenSolaris 2009.06 x86. It uses the built in Tomcat6, MySQL and OpenOffice.
Security
OpenSolaris do not allow you to log in as root by default. For this howto you must perform the steps as root, to become root run the following:
su
MySQL
Tomcat6
Alfresco
Download the latest Alfresco 3.2 WAR bundle and unzip it. Put the WAR files into /opt/jboss/server/default/deploy/ and the config files to /opt/jboss/server/default/conf/
cd ~
/opt/csw/bin/wget http://dl.alfresco.com/release/community/build-2039/alfresco-community-war-3.2.zip
unzip alfresco-community-war-3.2.zip -d ~/tmpalfresco
mv ~/tmpalfresco/*.war /opt/jboss/server/default/deploy/
rm -r /opt/jboss/server/default/conf/alfresco
mv ~/tmpalfresco /opt/jboss/server/default/conf/alfresco
mv /opt/jboss/server/default/conf/alfresco/extensions/extension/alfresco-global.properties /opt/jboss/server/default/conf/
OpenOffice
References
Installing_3.2_CE_on_Solaris_10_SPARC
Installation