Make sure you have installed the following:
- npm (
apt-get install npm
) - PostgreSQL (
apt-get install postgresql-9.1 or newer
) - NODE.JS (
apt-get install nodejs
)
Before you can run the app, make sure to install dependencies with npm install
To run the app, just run DEBUG=bf4 ./bin/www
for development mode or ./bin/www
for production