Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04
Installing Liferay 6.0.5 Community Edition Bundled With Tomcat On Ubuntu 10.04Liferay Portal is an enterprise web platform for building business solutions that deliver immediate results and long-term value. Get the benefits of packaged applications and an enterprise application framework in a single solution. For this tutorial I am assuming you are logged in as root and have MySQL server already installed. I cannot guarantee this will work for you.
1. Install Java JDKa) First we will create a directory for java: mkdir /usr/java b) Now we must download the JDK. For this tutorial I will be using the 64bit version, if you are using the 32bit version of Ubuntu you will need to download the i586 version. Go to http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html and download 'jdk-6u21-linux-x64.bin' to the java directory you created in step 1. c) Now we will make the bin file executable and run it: cd /usr/java d) We must insert the following lines inside /etc/profile for both JDK6 and Liferay Portal. Open /etc/profile: nano /etc/profile Insert the following lines on a new line at the bottom of the file: export JAVA_HOME=/usr/java/jdk1.6.0_21 e) Ensure that JAVA_HOME and LIFERAY_HOME environment are correctly set. To do this, open a new terminal and type the following commands: echo $JAVA_HOME
2. Create the databaseLogin to MySQL: mysql -u root –p Create a database: CREATE DATABASE lportal DEFAULT CHARACTER SET utf8; For this tutorial I will be using the MySQL root account.
3. Create a directory for Liferaymkdir /usr/liferay
4. Install Liferaya) Download and extract the Liferay with Tomcat bundle community edition to /usr/liferay Liferay can be downloaded here: http://sourceforge.net/projects/lportal/files/Liferay%20Portal/6.0.5/liferay-portal-tomcat-6.0.5.zip/download As I am primarily a Windows user I download and extract Liferay within Windows and copy the extracted folder to /usr/liferay using WinSCP. b) If you plan to use this installation in a production environment remove the default bundled sample data from $LIFERAY_HOME/webapps Delete these folders: sevencogs-hook c) Create the Portal-Ext.Properties File cd $LIFERAY_HOME/webapps/ROOT/WEB-INF/classes Insert the following: # # MySQL # jdbc.default.driverClassName=com.mysql.jdbc.Driver Change the username and password as desired. d) Some files need to be executable: cd $LIFERAY_HOME/bin
5. Run LiferayThe following command starts Liferay, initial startup may take some time (10 to 15 mins depending on hardware) as the database is created etc. Please be patient. $LIFERAY_HOME/bin/startup.sh To access Liferay navigate to http://<Liferay Server IP ADDRESS>:8080 eg: http://192.168.0.1:8080
Links:Oracle: http://www.oracle.com/
|



Recent comments
1 day 1 hour ago
1 day 3 hours ago
1 day 15 hours ago
1 day 18 hours ago
1 day 22 hours ago
2 days 4 hours ago
2 days 14 hours ago
2 days 15 hours ago
3 days 5 min ago
3 days 1 hour ago