Alfresco is a free/libre enterprise content management system for
Microsoft Windows and Unix-like operating systems. Alfresco comes in
three flavors:
Before downloading and installing Alfresco we need to install JAVA on the machin:
Verify the Java Installation using below command:
Output will something like this:
Now we will download Alfresco:
Set proper permission to the executable file:
Start the installation in Text mode:
Select the Language
Select the installation type:
Select the Installation Folder:
Please choose a folder to install Alfresco Community
Enter the Admin password:
If you are installing this with root user then it will ask you for run it 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.
Finally it will ask you before start installing
It will show you the status like this during the installation
To finish the install and show the README file, enter Y (yes).
Use the URL http://hostnameofthemachine:8080/share to verify that Alfresco is running or not.
User name is admin and Password is what you entered during configuration.
- Alfresco Community Edition
- Alfresco Enterprise Edition
- Alfresco Cloud Edition
Before downloading and installing Alfresco we need to install JAVA on the machin:
1
|
apt-get install openjdk-7-jdk
|
1
|
java -version
|
1
2
3
|
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
|
1
|
wget -O alfresco-community-4.2.c-installer-linux-x64.bin http://dl.alfresco.com/release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin?dl_file=release/community/build-04576/alfresco-community-4.2.c-installer-linux-x64.bin
|
1
|
chmod +x alfresco-community-4.2.c-installer-linux-x64.bin
|
1
|
./alfresco-community-4.2.c-installer-linux-x64.bin --mode text
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Language Selection
Please select the installation language
[1] English - English
[2] French - Français
[3] Spanish - Español
[4] Italian - Italiano
[5] German - Deutsch
[6] Japanese - æ¬èr
[7] Dutch - Nederlands
[8] Russian - РÑѺий
[9] Simplified Chinese - ç½中æ
Please choose an option [1] :
|
1
2
3
4
5
|
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
|
1
|
Select a folder [/opt/alfresco-4.2.c]:
|
1
2
3
4
5
6
|
Admin Password
Please give a password to use for the Alfresco administrator account.
Admin Password: :
Repeat Password:
|
1
|
Install as a service
|
automatically be started every time the machine is started.
1
|
Install Alfresco Community as a service? [Y/n]:
|
1
2
3
|
Setup is now ready to begin installing Alfresco Community on your computer.
Do you want to continue? [Y/n]:
|
1
2
3
|
Installing
0% ______________ 50% ______________ 100%
########################################
|
Use the URL http://hostnameofthemachine:8080/share to verify that Alfresco is running or not.
User name is admin and Password is what you entered during configuration.
0 comments:
Post a Comment