Skip to content
Prasetyo Gema edited this page Oct 16, 2015 · 2 revisions

Welcome to the atwork wiki!

Prerequisites & Installation

Before running the application, make sure you have installed these apps:

  • nodejs (version 0.12 or above)
  • npm (version 2+)
  • mongodb (tested in 2.6.3 and 3.0.3)
  • git (optional, if you clone this repo with git command)

There are also some nodejs specific component that can be get from npm AND needed to be installed globally. To install, run these commands:

npm install -g pangyp

npm install -g coffee-script

To install, simply clone this repository with

git clone https://github.com/ritenv/arwork.git

install the dependancies

npm install

this command should install all dependancies needed to run the application. To start server, simply run

npm start

In some rare cases, there are possibilities bower fails to execute during "npm install" command. You can check whether the app is stuck in welcome screen and folder bower_components in public directory is not listed. In that case, you'll need to manually execute it:

./node_modules/bower/bin/bower install --wd=/path/to/app

Clone this wiki locally