# app.surreal.io The web gui for Surreal built using ember.js. [![](https://img.shields.io/circleci/token/adb5ca379a334a4011fa894275c312fe35833d6d/project/abcum/surreal/master.svg?style=flat-square)](https://circleci.com/gh/abcum/surreal) [![](https://img.shields.io/badge/ember-2.6.2-orange.svg?style=flat-square)](https://github.com/abcum/surreal) [![](https://img.shields.io/badge/license-Commercial-00bfff.svg?style=flat-square)](https://github.com/abcum/surreal) #### Setup - Install node - `brew install node` #### Installing - Clean cache - `npm cache clean && bower cache clean` - Install bower - `npm install -g bower` - Install ember-cli - `npm install -g ember-cli@2.6.2` - Install project ember-cli `npm install --save-dev ember-cli@2.6.2` - Clean temporary folders - `rm -rf node_modules bower_components dist tmp` - Install application dependencies - `npm install && bower install` #### Upgrading - Initialise ember - `ember init` #### Development - Serve application - `ember serve` #### Deployment - Deploy production app by pushing to master branch on github.com