37 lines
1.3 KiB
Markdown
37 lines
1.3 KiB
Markdown
# 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--cli-2.6.3-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`
|
|
- Install bower - `npm install -g bower`
|
|
- Install ember-cli - `npm install -g ember-cli@2.6.3`
|
|
|
|
#### Installing
|
|
|
|
- Clean cache - `npm cache clean && bower cache clean`
|
|
- Clean build - `rm -rf node_modules bower_components dist tmp`
|
|
- Install application dependencies - `npm install && bower install`
|
|
|
|
#### Upgrading
|
|
|
|
- Clean cache - `npm cache clean && bower cache clean`
|
|
- Clean build - `rm -rf node_modules bower_components dist tmp`
|
|
- Upgrade project ember-cli `npm install --save-dev ember-cli@2.6.3`
|
|
- Install application dependencies - `npm install && bower install`
|
|
- Initialise ember - `ember init`
|
|
|
|
#### Development
|
|
|
|
- Serve application - `ember serve`
|
|
|
|
#### Testing
|
|
|
|
- Initialise tests - `npm test`
|
|
|
|
#### Deployment
|
|
|
|
- Deploy production app by pushing to master branch on github.com
|