Difference between revisions of "Package:Liferay"

From Funtoo
Jump to navigation Jump to search
Line 23: Line 23:


layman -o https://raw.github.com/cvut/gentoo-overlay/master/overlay.xml -f -a cvut
layman -o https://raw.github.com/cvut/gentoo-overlay/master/overlay.xml -f -a cvut
{{Note|You need to have Java (JDK)}}


Now install: 'emerge liferay-portal'
Now install: 'emerge liferay-portal'
Line 37: Line 39:
Start your DBs Deamon and make sure your firewall (iptables) allows loopback access for localhost.
Start your DBs Deamon and make sure your firewall (iptables) allows loopback access for localhost.


Then configure /etc/xxx and /opt/liferay-portal-6.x/... to use the DB correctly. (Details comming soon, this howTO is not ready yet)
Then configure /etc/liferay-6.2/portal-context.xml and /opt/liferay-portal-6.x/... to use the DB correctly. (Details comming soon, this howTO is not ready yet)


{{PageNeedsUpdates}}
{{PageNeedsUpdates}}
{{SectionNeedsUpdates}}
{{SectionNeedsUpdates}}
{{EbuildFooter}}
{{EbuildFooter}}

Revision as of 15:16, April 10, 2015

Liferay

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


There are multiple ways to install Liferay on your Funtoo System. Note: I will use tomcat as server, there might be slight differences if you want to use another server like glassfish.

1) Tomcat + Liferay - Manual setup.

2) Tomcat + Liferay - Bundle.

3) Tomcat + Liferay - Ebuild.


I have chosen to use the third method.

Tomcat + Liferay - Ebuild:

First we need to add an overlay (https://github.com/cvut/gentoo-overlay) to our current system, since the ebuild is not part of the gentoo,funtoo tree. You need to have layman correctly installed. Then add the following git overlay using layman:

layman -o https://raw.github.com/cvut/gentoo-overlay/master/overlay.xml -f -a cvut

   Note

You need to have Java (JDK)

Now install: 'emerge liferay-portal'

For liferay to work you need a SQL Database.

a) Postgresql

b) DB2 -IBM


Liferay supports many different DBs but I would chose a) or b): Install your DB and create a new user (=liferay-user) and a new Database (=lportal). Start your DBs Deamon and make sure your firewall (iptables) allows loopback access for localhost.

Then configure /etc/liferay-6.2/portal-context.xml and /opt/liferay-portal-6.x/... to use the DB correctly. (Details comming soon, this howTO is not ready yet)


   Important

This section is in need of updates.