RESTFull Integration-Liferay and Alfresco- Do-it-yourself
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 12:16 PM
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/
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/
Labels:
- Labels:
-
Archive
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2008 04:04 PM
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…
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…
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2008 05:03 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2008 04:57 PM
It is up now …