-
Notifications
You must be signed in to change notification settings - Fork 1
Install source code
kcassam edited this page Jan 8, 2013
·
6 revisions
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.
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
[Creative Commons 3.0 BY-SA](http://creativecommons.org/licenses/by-sa/3.0/)