Skip to content
Cristian Douce edited this page Oct 31, 2013 · 11 revisions

Requirements

For Unix Users

  1. Fork and/or clone or even just download this repository.
  2. Run make from this project's path.

For others

  1. Downloading: Fork and/or clone or even just download this repository.
  2. Installing node dependencies: Run npm install from this project's path.
  3. Installing client dependencies and config: Run node ./bin/dos-install -c from this project's path.
  4. Building client's assets: Run node ./bin/dos-build from this project's path.
  5. Launching the application: Run make run or NODE_PATH=. node app.js. (Note: or just export NODE_PATH=. or set NODE_PATH=.

Note: Check Environments and config files and Config module for more information about config settings.