See https://www.alfresco.com/products/platform
Check following have been done.
- Linux must be 64bit. Why? they only provided Alfresco for Linux on 64 bits, thats why.
- Install LibreOffice (yum install libreoffice libreoffice-headless), version 3.4.5.2 was installed
- Install MySQL (yum install mysql-server), in my case version 5.1.61 was installed.
Following are steps that I have taken to install Alfresco 4 on Centos 6.
Step 1. Create the database
At the CLI, login to MySQL and create database named "alfresco"
# mysql -u root -p
CREATE DATABASE alfresco;
\q
Step 2. Start LibreOffice as headless
soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" \
-nologo -headless
Step 3. Get the software and install
Download from http://wiki.alfresco.com/wiki/Download_and_Install_Alfresco
Double click on the file alfresco-community....bin and follow the onscreen instructions.
I choose the "Easy" method, and included the "Share"
Alternatively, installation can be done at the Linux CLI, just switch to root user, go to the directory where the file was downloaded and type
# ./alfresco-community-4.0.x-installer-linux-x64.bin ---mode text
Alfresco started automatically, but is needed, got the the /opt/alfresco folder and type
alfresco.sh start
Access the application with a web browser and the following URLs/
alfresco.sh start
Access the application with a web browser and the following URLs/
http://localhost:8080/alfresco
and http://localhost:8080/share
No comments:
Post a Comment