Stand by...

Tag Archive for ‘ howto’

Alfresco quick install howto for Linux

This is a quick install howto for Alfresco ECM Community 3.3g Linux version with Debian Lenny. apt-get install mysql-server sun-java6-jre build-essential wget -t0 -c http://dl.alfresco.com/release/community/build-2860/Alfresco-Community-3.3g-Linux-x86-Install?dl_file=release/community /build-2860/Alfresco-Community-3.3g-Linux-x86-Install chmod +x Alfresco-Community-3.3g-Linux-x86-Install\?dl_file\=release%2Fcommunity%2Fbuild-2860%2FAlfresco-Community-3.3g-Linux-x86-I nstall ./Alfresco-Community-3.3g-Linux-x86-Install\?dl_file\=release%2Fcommunity%2Fbuild-2860%2FAlfresco-Community-3.3g-Linux-x86-Install cd /opt/Alfresco/extras/databases/mysql/ mysql -u root -p < db_setup.sql cd /opt/Alfresco/amps wget -t0 -c http://dl.alfresco.com/release/community/build-2860/alfresco-dod5015-share.amp?dl_file=release/community/build-2860/alfresco-dod5015-share.amp wget -t0 -c http://dl.alfresco.com/release/community/build-2860/alfresco-dod5015.amp?dl_file=release/community/build-2860/alfresco-dod5015.amp mv alfresco-dod5015.amp\?dl_file\=release%2Fcommunity%2Fbuild-2860%2Falfresco-dod5015.amp alfresco-dod5015.amp mv alfresco-dod5015-share.amp\?dl_file\=release%2Fcommunity%2Fbuild-2860%2Falfresco-dod5015-share.amp alfresco-dod5015-share.amp [...]