Rafał Pitoń 0397b4e4ae wip service container for Mithril.js app 9 years ago
..
ace 08f0016282 Change forum options, edit signature 10 years ago
app 0397b4e4ae wip service container for Mithril.js app 9 years ago
config ac2e113aa5 updated tick setting name 10 years ago
public 46658ccf3e close #526: all icons replaced with material icons 10 years ago
tests 5ab9e44b5b utils for mocking api responses in tests 10 years ago
vendor 3d0f3e8827 removed dropzone 10 years ago
.bowerrc 277b0fb1d0 Ember-CLI 10 years ago
.editorconfig c10eafd05d updated ember 10 years ago
.ember-cli edce738570 default devserver config 10 years ago
.gitignore 277b0fb1d0 Ember-CLI 10 years ago
.jshintrc faf4b83f9a wip auth 10 years ago
.travis.yml c37216c71b updated ember and deps 10 years ago
.watchmanconfig c37216c71b updated ember and deps 10 years ago
Brocfile.js cee8ee7da6 cleaned brocfile a little 10 years ago
README.md 277b0fb1d0 Ember-CLI 10 years ago
bower.json c37216c71b updated ember and deps 10 years ago
buildprod 9e2d720832 updated emberapp prod buil, added build script 10 years ago
package.json 99648fbbfc updated Ember-CLI to 0.2.7 10 years ago
testem.json c37216c71b updated ember and deps 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