This documentation file describes how to install the One.Platform, on a running LAMP environment.
First of all, you can download the sources by using git :
$ cd /opt/
$ git clone git://github.com/gplanchat/one.platform.git one-platform
$ cd one-platform
Or, if the git command is not available on your system, use the taball located at https://github.com/gplanchat/one.platform/tarball/master and extract it in /opt/one-platform.
Download the tarball at http://framework.zend.com/ and uncompress the libraries files into the folder /opt/one-platform/externals/libraries/.
Run the file setup.php located in the public/ directory and follow installation instructions.
Connect to http://your.domain.tld/ and enjoy.