Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 898 Bytes

File metadata and controls

24 lines (14 loc) · 898 Bytes

How to install One.Platform

This documentation file describes how to install the One.Platform, on a running LAMP environment.

Download the sources

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.

Install the Zend Framework

Download the tarball at http://framework.zend.com/ and uncompress the libraries files into the folder /opt/one-platform/externals/libraries/.

Run the setup script

Run the file setup.php located in the public/ directory and follow installation instructions.

Run One.Platform

Connect to http://your.domain.tld/ and enjoy.