These are instructions to install Liferay with Glassfish.
DOWNLOAD: liferay-portal-glassfish-5.2.3.zip
FROM URL: http://www.liferay.com/web/guest/downloads/portal
Install
Open a terminal window, and enter the following commands. Replace [download location] with the directory where you downloaded the software. Note that your login id will be added to the users group, and that access to the liferay server installation will be granted to members of the users group.
$ cd [download location]
$ sudo adduser `whoami` users
$ newgrp users
$ sudo unzip -o liferay-portal-glassfish-5.2.3.zip -d /usr/local
$ sudo chown -R root:users /usr/local/liferay-portal-5.2.3
$ sudo chmod -R g=u /usr/local/liferay-portal-5.2.3
$ cd /usr/local/liferay-portal-5.2.3/glassfish/bin/; for file in `ls -1 | grep -v "\\."`; do sudo chmod ug+x $file; done; cd -
Test
Open a new terminal window, and enter the following commands.
$ cd /usr/local/liferay-portal-5.2.3/glassfish/bin
$ ./startserv
In a web browser window, go to...
http://localhost:8080/web/guest
In the terminal window...
CTRL-C
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment