Bonjour,
aprés quelques galéres à essayer d'installer le portail exo portal de exoplatform, je propose de tenter la construction dans cette discussion d'un tutoriel.

Présentation d'exoportal :
http://www.exoplatform.com/portal/pu...ortal/overview

Les ressources essentielles :
la page d'explication de exoplatform pour l'installation (à mes yeux elle est incompléte mais c'est un début).
http://www.exoplatform.com/portal/pu...d/dl_community

Le wiki de la communauté exoplatform :
http://wiki.exoplatform.com/xwiki/bi...WebHome/xwiki/


Et maintenant commençons:
Dans mon cas, je suis sous kubuntu version 8.04.1
Et j'ai tenté de suivre les explications d'installation de exoplatform.
Je vais citer ici ces informations complétées par mes soins lors de mon installation:

Running eXo Platform™ All-In-One - Community Version is really an easy game.
Here are the steps to get you up and running in less than 5 minutes:
1.Install Java SE 1.5+
2.Go to OW2 Forge download page. Select the last eXo file for tomcat in the "eXo All-In-One" section. It should look like: exo-eXoUltimateProduct-rXXXXXX-tomcat.zip where XXXXXX is depending on the version you want to download.
3.Unzip that package under a path that does not contain any space (in windows).
4.Go to the bin/ directory that will be extracted. There, run the command :
windows: eXo.bat run
linux and Mac OS: ./eXo.sh run
Rq: Arf it doesn't work like this in Linux. You need to do first :
chmod u+x eXo.sh
chmod u+x catalina.sh

Inside bin directory give 777 rights to all files: chmod 777 *
And create a directory logs inside exo.

And of course, you need to have a JAVA_HOME variable define. JAVA_HOME="/usr/lib/jvm/java-6-sun"

Open in your browser this url :
http://localhost:8080/portal

5.Login as the administrator using the username "root" and the password "exo".
6.Enjoy the eXo style and knowledge !
La suite à venir.
Toutes les contributions seront les bienvenues