cancel
Showing results for 
Search instead for 
Did you mean: 

RESTFull Integration-Liferay and Alfresco- Do-it-yourself

jonas
Champ in-the-making
Champ in-the-making
Real Demo

http://sesame.cignex.com default page (images, flashes - videos, games, etc. and contents coming from Alfresco 2.1.1 at Liferay 4.3.5)

Login as jonas@cignex.com/jonas

Edit an article -> insert document as link or image or flash at HTML editor. Alfresco is used as Repository of Liferay. You can use Alfresco just as Liferay's repository - image gallery, document library, etc.

Do-it-yourself

Download bundled file: Liferay-Alfresco-REST-Tomcat-6.zip from http://liferay.cignex.com/sesame/

Create database for alfresco in MySQL

create database liferay;
grant all on liferay.* to 'liferay'@'localhost' identified by 'liferay' with grant option;
grant all on liferay.* to 'liferay'@'localhost.localdomain' identified by 'liferay' with grant option;

Create database for liferay in MySQL
create database liferay;
grant all on liferay.* to 'liferay'@'localhost' identified by 'liferay' with grant option;
grant all on liferay.* to 'liferay'@'localhost.localdomain' identified by 'liferay' with grant option;

Use JDK 6.0 or above and JAVA_HOME is set as well.

For more details, please visit
http://liferay.cignex.com/sesame/
12 REPLIES 12

peterh_nl
Champ in-the-making
Champ in-the-making
the alfresco-content portlet shows predifined content FROM alfresco to the general portal-user (ie not user specific as in relative to logged in user)

the alfresco-portlets (my documents etc) will show the content specific to the user from the corresponding user-parameters within alfresco for the authenticated user.

I myself have not (yet) been able to get the latter portlets to work from within liferay. These portlets can be checked out logging in to alfresco and choosing them for display in 'my alfresco'. Pretty cool if this works in liferay and probably what you mean and need.

Hopefully someone else will address the issues with these portlets for alfresco 2.9 in combination with the latest liferay in a way like the excellent manual for 2.1 and 4.3 was written in the wiki…

kraph
Champ in-the-making
Champ in-the-making
Hello,
I tried to access to http://liferay.cignex.com/sesame/ in order to download the file Liferay-Alfresco-REST-Tomcat-6.zip and test liferay / Alfresco REST.
But this web site seems to be offline :cry: . Can anyone give a link where i can find this file.

Thank you by advance.

Raphaël

jonas
Champ in-the-making
Champ in-the-making
It is up now …