Pre-Requisition
1. Mysql
2. Image Magic
3. Swftools
4. Open Office
5. Alfresco Community Edition 3.2
To update apt source.list
1. open source.list using vi /etc/apt/sources.list
2. enable all debian url
To update Latest apt-get Repository
1. sudo apt-get update
To Install 32 Bit Software
sudo apt-get install ia32-libs
To Install MySql
1. apt-get install mysql-server
To Install Sun Jdk
To install Open Office (If Really Needed)
1. If open office is not installed then please download the Open Office click here
2. mv OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz /opt/
3. cd /opt/
4. tar zxvf OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz
5. cd OOO320_m18_native_packed-1_en-US.9502/
6. cd DEBS/
7. for i in *.deb ; do dpkg --force-all --install $i; done
8. sync
9. chmod og+rx -R openoffice.org*
To install pdf2swf
aptitude install swftools
To install Image Magick
sudo apt-get install imagemagick --fix-missing
To install Flash Plugin
sudo apt-get install flashplugin-nonfree
To Install Alfresco Server
1. Please Download Alfresco Server from Click here
2. Extract it and follow the instruction. Please Ignore Office and Image Magic setup right now we will see it later.
3. Run alfresco server from the gnome-terminal
4. cd /Alfresco
5. ./alfresco.sh -start
6. tail -f tomcat/log/catalina.out
7. Please ignore the runtime Error till Server Startup Successfully.
Configure Repository.properties file
1. go to/Alfresco/tomcat/webapps/alfresco/WEB-INF/classes/alfresco
2. vi repository.properties
3. modify the Following attributes
ooo.exe=soffice
img.root=/usr
swf.exe=/usr/bin/pdf2swf
Configure alfresco-global.properties file
vi/Alfresco/tomcat/shared/classes/alfresco-global.properties
#
# External locations
#-------------
ooo.exe=soffice
img.root=/usr
swf.exe=/usr/bin/pdf2swf
To Stop the Server
./alfresco.sh stop
1. Mysql
2. Image Magic
3. Swftools
4. Open Office
5. Alfresco Community Edition 3.2
To update apt source.list
1. open source.list using vi /etc/apt/sources.list
2. enable all debian url
To update Latest apt-get Repository
1. sudo apt-get update
To Install 32 Bit Software
sudo apt-get install ia32-libs
To Install MySql
1. apt-get install mysql-server
To Install Sun Jdk
1. aptitude install sun-java6-jdk
2. ./jdk-6u20-linux-x64.bin
3. mv jdk1.6.0_20/ /usr/local/java
4. chmod a+rx -R /usr/local/java
5. open vi /etc/profile
6. export JAVA_HOME=/usr/local/java
7. export PATH=$JAVA_HOME/bin:$PATH
8. export CLASSPATH=.:$CLASSPATH:$JAVA_HOME/lib/tools.jar
5. open vi /etc/profile
6. export JAVA_HOME=/usr/local/java
7. export PATH=$JAVA_HOME/bin:$PATH
8. export CLASSPATH=.:$CLASSPATH:$JAVA_HOME/lib/tools.jar
To install Open Office (If Really Needed)
1. If open office is not installed then please download the Open Office click here
2. mv OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz /opt/
3. cd /opt/
4. tar zxvf OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz
5. cd OOO320_m18_native_packed-1_en-US.9502/
6. cd DEBS/
7. for i in *.deb ; do dpkg --force-all --install $i; done
8. sync
9. chmod og+rx -R openoffice.org*
To install pdf2swf
aptitude install swftools
To install Image Magick
sudo apt-get install imagemagick --fix-missing
To install Flash Plugin
sudo apt-get install flashplugin-nonfree
To Install Alfresco Server
1. Please Download Alfresco Server from Click here
2. Extract it and follow the instruction. Please Ignore Office and Image Magic setup right now we will see it later.
3. Run alfresco server from the gnome-terminal
4. cd /Alfresco
5. ./alfresco.sh -start
6. tail -f tomcat/log/catalina.out
7. Please ignore the runtime Error till Server Startup Successfully.
Configure Repository.properties file
1. go to
2. vi repository.properties
3. modify the Following attributes
ooo.exe=soffice
img.root=/usr
swf.exe=/usr/bin/pdf2swf
Configure alfresco-global.properties file
vi
#
# External locations
#-------------
ooo.exe=soffice
img.root=/usr
swf.exe=/usr/bin/pdf2swf
To Stop the Server
./alfresco.sh stop
Superb............... :-)
ReplyDelete