surrealpatch/gui/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2016-07-05 14:57:10 +00:00
# app.surreal.io
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
The web gui for Surreal built using ember.js.
2016-05-14 10:20:59 +00:00
2016-07-05 18:45:32 +00:00
[![](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)
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
#### Setup
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
- Install node - `brew install node`
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
#### Installing
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
- 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`
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
#### Upgrading
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
- Initialise ember - `ember init`
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
#### Development
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
- Serve application - `ember serve`
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
#### Deployment
2016-05-14 10:20:59 +00:00
2016-07-05 14:57:10 +00:00
- Deploy production app by pushing to master branch on github.com