Go to file
2016-05-05 16:45:00 +01:00
app ”2016-05-05” 2016-05-05 16:45:00 +01:00
config whats wrong? 2016-04-06 16:53:06 +01:00
public whats wrong? 2016-04-06 16:53:06 +01:00
server whats wrong? 2016-04-06 16:53:06 +01:00
tests whats wrong? 2016-04-06 16:53:06 +01:00
vendor whats wrong? 2016-04-06 16:53:06 +01:00
.bowerrc whats wrong? 2016-04-06 16:53:06 +01:00
.editorconfig whats wrong? 2016-04-06 16:53:06 +01:00
.ember-cli whats wrong? 2016-04-06 16:53:06 +01:00
.gitignore whats wrong? 2016-04-06 16:53:06 +01:00
.jscsrc ”2016-04-07” 2016-04-07 16:45:00 +01:00
.jshintrc ”2016-04-07” 2016-04-07 16:45:00 +01:00
.travis.yml whats wrong? 2016-04-06 16:53:06 +01:00
.watchmanconfig whats wrong? 2016-04-06 16:53:06 +01:00
bower.json whats wrong? 2016-04-06 16:53:06 +01:00
ember-cli-build.js whats wrong? 2016-04-06 16:53:06 +01:00
package.json ”2016-04-08” 2016-04-08 16:45:01 +01:00
README.md whats wrong? 2016-04-06 16:53:06 +01:00
testem.js whats wrong? 2016-04-06 16:53:06 +01:00

Obrand-admin

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

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

To build do the following:

  • ember build --environtment production
  • copy the contents into the wwwroot folder of obrand-admin-server
  • deploy obrand-admin-server