Skip to content

Install source code

kcassam edited this page Jan 8, 2013 · 6 revisions

Install the source code of the API


Install the solution on your custom server

1- Easiest is to clone the repo

git clone https://github.com/DozroK/mp2013.git

1 - The root of the web server must target to the www folder.

1 - The xml directory must be write access to the web user (777).

1 - The database access parameters and keys to access some protected functions are loaded in the parameters.ini.dist and the tools/cli-config.php files.


Install doctrine2

The source code of this project use the Doctrine2 PHP library. The Doctrine Project is the home of a selected set of PHP libraries primarily focused on providing persistence services and related functionality.

In the git project you can synchronize the last version of doctrine2 with the commands:

git submodule add git://github.com/doctrine/doctrine2.git externals/doctrine2
git submodule update --init --recursive

Licence Creative Commons [Creative Commons 3.0 BY-SA](http://creativecommons.org/licenses/by-sa/3.0/)

Clone this wiki locally