Rafał Pitoń dbdd5b817d Use shorthand for isPermanent 10 лет назад
..
app dbdd5b817d Use shorthand for isPermanent 10 лет назад
config 30856455e9 Made toastings configurable and less obstructing for testrunner 10 лет назад
public a2dbd35ed6 updated theme assets 10 лет назад
tests 9236662037 Activate/Change forgotten password 10 лет назад
vendor 4ffd338af4 increased ember app tests coverage 10 лет назад
.bowerrc 277b0fb1d0 Ember-CLI 10 лет назад
.editorconfig 277b0fb1d0 Ember-CLI 10 лет назад
.ember-cli edce738570 default devserver config 10 лет назад
.gitignore 277b0fb1d0 Ember-CLI 10 лет назад
.jshintrc faf4b83f9a wip auth 10 лет назад
.travis.yml 277b0fb1d0 Ember-CLI 10 лет назад
Brocfile.js 4fd9be9a62 don't store config in meta 10 лет назад
README.md 277b0fb1d0 Ember-CLI 10 лет назад
bower.json faf4b83f9a wip auth 10 лет назад
package.json faf4b83f9a wip auth 10 лет назад
testem.json 9801477a0f moved ember app over to ember-cli 10 лет назад

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