Skip to content

How To Build

bcmoney edited this page Jan 24, 2012 · 9 revisions

Automatic Build

  1. Use SHELL or BATCH script:

run.bat (Windows)

-or-

./run.sh (Unix)

Manual Build

In order to build your own instance of OpenRecommender, you should do the following:

  1. 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
  1. 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))
  1. Download all /lib/ folder dependencies to build the full project and features.

  1. Follow the "Step-by-Step" installation instructions, ensuring to include accurate Database credentials, paths and connection information

  2. Run TESTS by opening /test/ folder, but this requires PHPunit


  1. 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.

Clone this wiki locally