Skip to content
Klas Lindberg edited this page May 10, 2014 · 12 revisions

Requirements

Note: On Ubuntu 13 and 14, install the package "node-legacy".

For Unix Users

  1. Downloading: Fork and/or clone or even just download this repository.
  2. Launching the application: 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.