surrealpatch/gui
2016-07-05 15:57:10 +01:00
..
app Add initial ember gui app 2016-05-14 11:20:59 +01:00
config Add initial ember gui app 2016-05-14 11:20:59 +01:00
public Add websocket test html page 2016-07-04 11:37:03 +01:00
tests Add initial ember gui app 2016-05-14 11:20:59 +01:00
.bowerrc Add initial ember gui app 2016-05-14 11:20:59 +01:00
.editorconfig Add initial ember gui app 2016-05-14 11:20:59 +01:00
.ember-cli Add initial ember gui app 2016-05-14 11:20:59 +01:00
.gitignore Add initial ember gui app 2016-05-14 11:20:59 +01:00
.jshintrc Add initial ember gui app 2016-05-14 11:20:59 +01:00
.travis.yml Add initial ember gui app 2016-05-14 11:20:59 +01:00
.watchmanconfig Add initial ember gui app 2016-05-14 11:20:59 +01:00
bower.json Add initial ember gui app 2016-05-14 11:20:59 +01:00
ember-cli-build.js Add initial ember gui app 2016-05-14 11:20:59 +01:00
package.json Add initial ember gui app 2016-05-14 11:20:59 +01:00
README.md Update README for ember app 2016-07-05 15:57:10 +01:00
testem.js Add initial ember gui app 2016-05-14 11:20:59 +01:00

app.surreal.io

The web gui for Surreal built using ember.js.

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