Rafał Pitoń b033b78a98 dropped unused test 10 years ago
..
app c571aece11 use 3rd party libs for ember.js gettext 10 years ago
config b936d9a55f Fetch legal pages from API 10 years ago
public 277b0fb1d0 Ember-CLI 10 years ago
tests b033b78a98 dropped unused test 10 years ago
vendor 277b0fb1d0 Ember-CLI 10 years ago
.bowerrc 277b0fb1d0 Ember-CLI 10 years ago
.editorconfig 277b0fb1d0 Ember-CLI 10 years ago
.ember-cli 277b0fb1d0 Ember-CLI 10 years ago
.gitignore 277b0fb1d0 Ember-CLI 10 years ago
.jshintrc 277b0fb1d0 Ember-CLI 10 years ago
.travis.yml 277b0fb1d0 Ember-CLI 10 years ago
Brocfile.js 277b0fb1d0 Ember-CLI 10 years ago
README.md 277b0fb1d0 Ember-CLI 10 years ago
bower.json 277b0fb1d0 Ember-CLI 10 years ago
package.json c571aece11 use 3rd party libs for ember.js gettext 10 years ago
testem.json 277b0fb1d0 Ember-CLI 10 years ago

README.md

Misago Ember.js Application

This README outlines the details of collaborating on this Ember application.

Prerequisites

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

Installation

  • change into the new directory
  • npm install
  • bower install

Running / Development

  • Start Django app using python manage.py runserver
  • Start Ember-CLI development server with ember server
  • Visit Misago running emberapp files at http://localhost:4200.

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

After building your app, copy its files from dist/misago directory into either misago/static/misago, or if you are customising Misago for your own site, your forum theme/static/misago directory instead.

Further Reading / Useful Links