Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

gte451f/smores-mgr

Repository files navigation

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

  • git clone https://github.com/gte451f/smores-mgr.git
  • cd smores-mgr
  • npm install
  • bower install

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

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

An open source summer camp management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published