censis-archive/obrand/obrand-admin
2016-06-06 11:45:51 +01:00
..
app ”2016-06-06” 2016-06-06 11:45:51 +01:00
config ”2016-06-06” 2016-06-06 11:45:51 +01:00
public ”2016-06-06” 2016-06-06 11:45:51 +01:00
server ”2016-06-06” 2016-06-06 11:45:51 +01:00
tests ”2016-06-06” 2016-06-06 11:45:51 +01:00
vendor ”2016-06-06” 2016-06-06 11:45:51 +01:00
.bowerrc ”2016-06-06” 2016-06-06 11:45:51 +01:00
.editorconfig ”2016-06-06” 2016-06-06 11:45:51 +01:00
.ember-cli ”2016-06-06” 2016-06-06 11:45:51 +01:00
.gitignore ”2016-06-06” 2016-06-06 11:45:51 +01:00
.jscsrc ”2016-06-06” 2016-06-06 11:45:51 +01:00
.jshintrc ”2016-06-06” 2016-06-06 11:45:51 +01:00
.travis.yml ”2016-06-06” 2016-06-06 11:45:51 +01:00
.watchmanconfig ”2016-06-06” 2016-06-06 11:45:51 +01:00
bower.json ”2016-06-06” 2016-06-06 11:45:51 +01:00
ember-cli-build.js ”2016-06-06” 2016-06-06 11:45:51 +01:00
package.json ”2016-06-06” 2016-06-06 11:45:51 +01:00
README.md ”2016-06-06” 2016-06-06 11:45:51 +01:00
testem.js ”2016-06-06” 2016-06-06 11:45:51 +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