Installation Centos
Installation Centos
By-sekhar
It’s easy to upload and download the content from the Alfresco. Alfresco also
provides secure content management where the content can be viewed only by
authorized users or group.
1) cd /usr/src/
2) wget http://eu.dl.alfresco.com/release/community/build-4848/alfresco-
community-4.2.e-installer-linux-x64.bin
Note: Alfresco is a bundled package which contains MySQL, Apache tomcat &
Open Office etc.
3) chmod +x alfresco-community-4.2.c-installer-linux-x64.bin
./alfresco-community-4.2.c-installer-linux-x64.bin
Language Selection
By-sekhar
[5] German - Deutsch
[6] Japanese - ???
[7] Dutch - Nederlands
[8] Russian - ???????
[9] Simplified Chinese - ????
Please choose an option [1] : 1
----------------------------------------------------------------------------
Welcome to the Alfresco Community Setup Wizard.
----------------------------------------------------------------------------
Installation Type
----------------------------------------------------------------------------
Installation folder
----------------------------------------------------------------------------
Admin Password
You can optionally register Alfresco Community as a service. This way it will
automatically be started every time the machine is started.
----------------------------------------------------------------------------
Setup is now ready to begin installing Alfresco Community on your computer.
----------------------------------------------------------------------------
Installation Document of Alfresco
By-sekhar
Please wait while Setup installs Alfresco Community on your computer.
Installing
0% ______________ 50% ______________ 100%
###########
If you are deploying alfresco on your local machine, you can also access it via the
link http://localhost:8080/share.
Installation Document of Alfresco
By-sekhar
Configuration files
alfresco-global. Properties
/opt/alfresco-3.4.d/shared/classes/alfresco-global. Properties.
Alf_data
alf_data parameter identifies the location of alfresco data store, where all the
documents will be stored. Make sure this is pointing to an absolute path as shown
below. Initially this directory will not be present. This alf_data directory will be
created when we start the alfresco for the 1st time.
“# vi /opt/alfresco/tomcat/shared/classes/alfresco-global.properties
dir.root=/opt/alfresco/alf_data
# ls -l /opt/alfresco/alf_data
ls: /opt/alfresco/alf_data: No such file or directory
;
Installation Document of Alfresco
By-sekhar
Just double-check to make sure the MySQL connector is installed in the proper
location, as shown below.
“
# ls -l /opt/alfresco/tomcat/lib/mysql-connector-java-5.1.7-bin.jar
-rwxr-xr-x 1 root root 709922 Jan 12 11:59 /opt/alfresco/tomcat/lib/mysql-
connector-java-5.1.7-bin.jar
;
When you start the alfresco for the 1st time, it will create the alfresco data
repository as shown below.
# ls -l /opt/alfresco/alf_data
total 32
drwxr-xr-x 2 root root 4096 Mar 25 16:26 audit.contentstore
drwxr-xr-x 2 root root 4096 Mar 25 16:26 contentstore
drwxr-xr-x 2 root root 4096 Mar 25 16:26 contentstore.deleted
drwxr-xr-x 3 root root 4096 Mar 25 16:26 lucene-indexes
/opt/alfresco/alfresco.log
Installation Document of Alfresco
By-sekhar
# vi /opt/alfresco/tomcat/shared/classes/alfresco-global.properties
db.name=alfresco
db.username=alfresco
db.password=donttellanybody