medialab / forccast-backoffice

forccast backoffice application
GNU General Public License v3.0
0 stars 0 forks source link

forccast-backoffice

Installation

If you want to run your instance of forccast-backoffice locally on your machine, be sure you have the following requirements installed.

Requirements

Instructions

Clone forccast-backoffice from the command line:

$ git clone https://github.com/calibro/forccast-backoffice.git

browse to forccast-backoffice root folder:

$ cd forccast-backoffice

install dependencies:

$ npm install
$ bower install

add configuration file:

$ cp config/config.sample.js config/config.js

open the file config/config.js and fill the information requested.

add images directory (if any):

$ mkdir my-images-directory

You can now run forccast-backoffice from local web server.

$ gulp

Once this is running, go to http://localhost:3000/.