Friday, March 30, 2012

Alfresco installation on cloud


For Installing alfresco we need to perform the following:-
[root@ip-10-12-59-120:/opt] ./alfresco-community-4.0.d-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
[5] German - Deutsch
[6] Japanese - ???
[7] Dutch - Nederlands
Please choose an option [1] : 1 (Chose a language for the installation,Once you select a language then the setup wizard will get started)
----------------------------------------------------------------------------
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] : 2 (Here it asks for  the installation type,we have to select Advanced type)

----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue.(Here it asks for the components to be selected)
Java [Y/n] :Y  (alfresco installs it’s on jdk)

PostgreSQL [Y/n] :n (By default it installs postgreSQL,as we are using mysql so we have selected no)

Alfresco : Y (Cannot be edited) (By default it is selected)

SharePoint [Y/n] :y (Select yes for share point)

Web Quick Start [y/N] : y (For installing Web Quick Start)

OpenOffice [Y/n] :y (For installing Open Office)

Is the selection above correct? [Y/n]: Y (Asks for the confirmation of the above installation is correct)

----------------------------------------------------------------------------
Installation folder  (Here it asks for the installation folder for alfresco, just press enter )

Please choose a folder to install Alfresco Community

Select a folder [/opt/alfresco-4.0.d]:

Database Configuration

JDBC URL: [jdbc:mysql://localhost/alfresco]: jdbc:mysql://localhost/alfresco (Set the jdbc url to point to mysql)
JDBC Driver: [org.gjt.mm.mysql.Driver]:  org.gjt.mm.mysql.Driver  (Set the JDBC Driver Path)
Database name: [alfresco]: alfresco (Set the database name to alfresco)
Username: [root]: root (User name for the mysql access)
Password: : (Set the password for the root user)
Verify: :               
----------------------------------------------------------------------------
Tomcat Port Configuration (Configure the tomcat )
Please enter the Tomcat configuration parameters you wish to use.
Web Server domain: [127.0.0.1]: 127.0.0.1 (Set the web server domain)
Tomcat Server Port: [8080]: (Set it the default as it is)
Tomcat Shutdown Port: [8005]: (Set it the default as it is)
Tomcat SSL Port [8443]: (Set it the default as it is)
Tomcat AJP Port: [8009] (Set it the default as it is)
----------------------------------------------------------------------------
Alfresco FTP Port  (Set the FTP Port)
Please choose a port number to use for the integrated Alfresco FTP server.
Port: [21]:
----------------------------------------------------------------------------
Alfresco RMI Port
Please choose a port number for Alfresco to use to execute remote commands.
Port: [50500]:
----------------------------------------------------------------------------



Admin Password (Set the admin password for the alfresco access)
Please give a password to use for the Alfresco administrator account.
Admin Password: :
Repeat Password: :
----------------------------------------------------------------------------
Alfresco SharePoint Port
Please choose a port number for the SharePoint protocol.
Port: [7070]:
----------------------------------------------------------------------------
Alfresco SharePoint Port
Please choose a port number for the SharePoint protocol.
Port: [7070]:
----------------------------------------------------------------------------
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  (Asks for installing the alfresco community service)
----------------------------------------------------------------------------
Service script name
The alfresco service script file exists. Please insert a different name for the
service script.
Service script name: [alfresco]: alfresco (Provide an appropriate name for the alfresco)
----------------------------------------------------------------------------



OpenOffice Server Port (Set the open office port as it is)
Please enter the port that the Openoffice Server will listen to by default.
OpenOffice Server port [8100]:
----------------------------------------------------------------------------
Setup is now ready to begin installing Alfresco Community on your computer.
Do you want to continue? [Y/n]:y (Confirmation for the contunity for installation)
----------------------------------------------------------------------------
Setup is now ready to begin installing Alfresco Community on your computer.
Do you want to continue? [Y/n]: y
----------------------------------------------------------------------------
Please wait while Setup installs Alfresco Community on your computer.
 Installing
 0% ______________ 50% ______________ 100%
 #########################################
---------------------------------------------------------------------------
Setup has finished installing Alfresco Community on your computer.
View Readme File [Y/n]: y
Launch Alfresco Community Share [Y/n]:y
----------------------------------------------------------------------------



Setup has finished installing Alfresco Community on your computer.
View Readme File [Y/n]: y
Launch Alfresco Community Share [Y/n]: y (Asks for launching the alfresco in the web browser)
Using CATALINA_BASE:   /opt/alfresco/tomcat
Using CATALINA_HOME:   /opt/alfresco/tomcat
Using CATALINA_TMPDIR: /opt/alfresco/tomcat/temp
Using JRE_HOME:        /opt/alfresco/java
Using CLASSPATH:       /opt/alfresco/tomcat/bin/bootstrap.jar
/opt/alfresco/tomcat/scripts/ctl.sh : tomcat started
README
Alfresco Community 4.0
======================
For Enterprise subscribers, refer to http://support.alfresco.com for release
notes and detailed information on this release.
For Community members, refer to the Alfresco wiki for more information on this
release.
Press [Enter] to continue :
[root@ip-10-12-59-120:/opt] (Once  the installation is finished then we will be prompted the cmd,if we want to check whether the alfresco is installed and up we can just type the ip and the port assigned for the tomcat server)

Your Reviews/Queries Are Accepted