Setting up Liferay Portal nodes
As shown in the architecture diagram, we need to configure two Liferay Portal server nodes. Throughout the book, we will refer to both Liferay Portal servers as liferay-node-01
and liferay-node-02
respectively. Let's do that by following the ensuing steps:
On
liferay-node-01
, create a directory namednode-01
in the root directory, and then extract the Liferay Portal 6.1 GA2 bundle in it. Similarly onliferay-node-02
, create a directory name,node-02
, and extract the Liferay Portal bundle in it.Note
We created
node-01
andnode-02
directories for easy reference to the Liferay installation directory throughout the book. It may not be required on production setup. Throughout the book we will refer to thenode-01
directory for Liferay Portal installation on theliferay-node-01
server and thenode-02
directory for Liferay Portal installation on theliferay-node-02
server.Create a new database schema in the MySQL Database server using the following command:
create...