Rafał Pitoń 94e6228ef9 don't make login resubmitable when we are waiting for page reload 10 лет назад
..
ace 08f0016282 Change forum options, edit signature 10 лет назад
app 94e6228ef9 don't make login resubmitable when we are waiting for page reload 10 лет назад
config ac2e113aa5 updated tick setting name 10 лет назад
public 46658ccf3e close #526: all icons replaced with material icons 10 лет назад
tests f6bd423afd user control panel in Ember.js done 10 лет назад
vendor 3d0f3e8827 removed dropzone 10 лет назад
.bowerrc 277b0fb1d0 Ember-CLI 10 лет назад
.editorconfig c10eafd05d updated ember 10 лет назад
.ember-cli edce738570 default devserver config 10 лет назад
.gitignore 277b0fb1d0 Ember-CLI 10 лет назад
.jshintrc faf4b83f9a wip auth 10 лет назад
.travis.yml c37216c71b updated ember and deps 10 лет назад
.watchmanconfig c37216c71b updated ember and deps 10 лет назад
Brocfile.js cee8ee7da6 cleaned brocfile a little 10 лет назад
README.md 277b0fb1d0 Ember-CLI 10 лет назад
bower.json c37216c71b updated ember and deps 10 лет назад
package.json 99648fbbfc updated Ember-CLI to 0.2.7 10 лет назад
testem.json c37216c71b updated ember and deps 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