0% found this document useful (0 votes)
133 views6 pages

Installation Centos

The document provides instructions for installing Alfresco Content Management on CentOS. It outlines downloading the Alfresco installer file, running the installer with default options, and verifying a successful installation. Key steps include downloading the installer, setting the admin password, configuring MySQL, and verifying the creation of the Alfresco data directory.

Uploaded by

leninbabus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
133 views6 pages

Installation Centos

The document provides instructions for installing Alfresco Content Management on CentOS. It outlines downloading the Alfresco installer file, running the installer with default options, and verifying a successful installation. Key steps include downloading the installer, setting the admin password, configuring MySQL, and verifying the creation of the Alfresco data directory.

Uploaded by

leninbabus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Installation Document of Alfresco

By-sekhar

Alfresco Community Edition is the world's leading Open Source Enterprise


Content Management platform.

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.

INSTALLATION OF ALFRESCO ON CENTOS

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

Please select the installation language


[1] English - English
[2] French - Fran�ais
[3] Spanish - Espa�ol
[4] Italian - Italiano
Installation Document of Alfresco

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

[1] Easy - Installs servers with the default configuration


[2] Advanced - Configures server ports and service properties.: Also choose optional
components to install.
Please choose an option [1] : 1

----------------------------------------------------------------------------
Installation folder

Please choose a folder to install Alfresco Community

Select a folder [/opt/alfresco-4.2.c]:

----------------------------------------------------------------------------
Admin Password

Please give a password to use for the Alfresco administrator account.

Admin Password: : admin (Admin credentials for Alfresco)


Repeat Password: :admin
----------------------------------------------------------------------------
Install as a service

You can optionally register Alfresco Community as a service. This way it will
automatically be started every time the machine is started.

Install Alfresco Community as a service? [Y/n]: y

----------------------------------------------------------------------------
Setup is now ready to begin installing Alfresco Community on your computer.

Do you want to continue? [Y/n]: y

----------------------------------------------------------------------------
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

This is the mail configuration file for Alfresco,

/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

Verify MySQL connector

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
;

Verify the alf_data directory creation

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

Alfresco log file

/opt/alfresco/alfresco.log
Installation Document of Alfresco

By-sekhar

db.password parameter in the alfresco-global.properties

# vi /opt/alfresco/tomcat/shared/classes/alfresco-global.properties
db.name=alfresco
db.username=alfresco
db.password=donttellanybody

You might also like