-
Notifications
You must be signed in to change notification settings - Fork 18
How To Build
bcmoney edited this page Jan 24, 2012
·
9 revisions
- Use SHELL or BATCH script:
run.bat (Windows)
-or-
./run.sh (Unix)
In order to build your own instance of OpenRecommender, you should do the following:
- Clone project to an easy to find location on your system, ideally in a Web Server directory (such as "htdocs" for Apache or "wwwroot" for IIS):
$ git clone https://bcmoney@github.com/bcmoney/OpenRecommender.git
- If OpenRecommender is already in a Web Server directory from Step 1, open up a browser to the directory:
(i.e. [localhost/openrecommender](http://localhost/openrecommender))
- Download all /lib/ folder dependencies to build the full project and features.
-
Follow the "Step-by-Step" installation instructions, ensuring to include accurate Database credentials, paths and connection information
-
Run TESTS by opening /test/ folder, but this requires PHPunit
- Open /docs/ folder to view more documentation about API and methods available, regenerating from your version requires php-documentor
Any other questions, check out the project homepage.