censis-obrand/dev-archive/censis/obrand/obrand-admin/README.md
2016-04-04 16:45:00 +01:00

1.4 KiB

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