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 !
Partager