A dashboard for cupcakes.
Required: node.js, npm, bower, ruby + compass gem
npm install
to install dependencies.bower install
andnpm install
in the /app directory to install client app dependencies.- 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. ;)
Rather than visiting http://localhost:3000 in your browser, you must visit http://127.0.0.1:3000 in order for Persona login to work.