Home

Awesome

Smores-mgr

This is a swanky camp management system written in the very fine Ember framework.

Prerequisites

A working Ember CLI Environment Linux (I don't do much Windows work so the help is biased) The API! Smores depends on a sister project that runs a Phalcon based API The api has it's own set of requirements.

Installation

Important Modify the following files BEFORE you attempt to run the application

bower_components/admin-lte/build/less/AdminLTE.less Comment out lines 15 & 16

//@import "../bootstrap-less/mixins.less";  
//@import "../bootstrap-less/variables.less";

bower_components/admin-lte/build/less/skins/skin-blue.less Comment out lines #5 & 6

//@import "../../bootstrap-less/mixins.less";  
//@import "../../bootstrap-less/variables.less";

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

Building

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links