Quickstart
Running eXo Platform is really an easy game. Here are the steps to get you up and running in less than 5 minutes:- Install Java SE 1.5
- Download the last eXo All In One version. This package include the full stack aka eXo Portal, eXo ECM and eXo CS and will include the new products as soon as they are released.
- Unzip that package under a path that does not contain any space (in Windows).
- Go to the bin/ directory that will be extracted.
- Then run the command :
Windows:
eXo.bat run
Linux, Unix and Mac OS:
chmod u+x *.sh
./eXo.sh runWindows:
rem set EXO_OPTS="-Dexo.product.developing=true"
rem set EXO_CONFIG_OPTS="-Dorg.exoplatform.container.configuration.debug"
Linux, Unix and Mac OS:
\# EXO_OPTS="-Dexo.product.developing=true"
\# EXO_CONFIG_OPTS="-Xshare:auto -Xms128m -Xmx512m -Dorg.exoplatform.container.configuration.debug"
EXO_CONFIG_OPTS="-Xshare:auto -Xms128m -Xmx512m"
on 10/11/2008 at 15:48