Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.69 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.69 KB

design.allovue.com

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

We use ember deploy to publish to an AWS bucket: design.allovue.com. Route53 is set up to have the domain design.allovue.com point to this bucket as an A Alias record.

  1. Copy keys.example.js as keys.js
  2. Add your secret key and access ID to it. You should not check this file in to git.
  3. In the console run ember deploy production --verbose --activate=true
  4. Visit design.allovue.com to see your handiwork!

Further Reading / Useful Links