A dashboard for cupcakes.
npm install
to install coffee-script as a devDependency.- Needs mongo running.
grunt
in the main directory to build the server.node server.js
to start the server.grunt build
in /app to build the angular app.
- Download the stackato client
and save it as
stackato
stackato target api.paas.allizom.org
(Do this once.)stackato login
(Do this once, too.)stackato info
(Do this once to make sure it‘s all working.)- (Optionally do a
stackato delete
to remove the old version.) stackato push
(Do this every time you want to deploy. ;)