iamjessklein / cupcake-dashboard

A dashboard for cupcakes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cupcake-dashboard

A dashboard for cupcakes.

Developers:

Required: node.js, npm, bower, ruby + compass gem

  1. npm install to install dependencies.
  2. bower install and npm install in the /app directory to install client app dependencies.
  3. Needs mongo running.
  4. grunt in the main directory to build the server.
  5. node server.js to start the server.
  6. grunt build in /app to build the angular app.

Deployers:

  1. Download the stackato client and save it as stackato
  2. stackato target api.paas.allizom.org (Do this once.)
  3. stackato login (Do this once, too.)
  4. stackato info (Do this once to make sure it‘s all working.)
  5. (Optionally do a stackato delete to remove the old version.)
  6. stackato push (Do this every time you want to deploy. ;)

A Note on Persona Login

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.

About

A dashboard for cupcakes.


Languages

Language:JavaScript 74.3%Language:CoffeeScript 19.0%Language:CSS 6.7%