Rafał Pitoń 3db2ea116d small auth service progression 10 years ago
..
app 3db2ea116d small auth service progression 10 years ago
config 0e869dc470 WIP registration 10 years ago
public 12662711af zxcvbn service for registration form 10 years ago
tests fcfa801d21 refactored rpc service into ajax service with get&post methods, updated ember.js auth views to talk to new /auth/ endpoint 10 years ago
vendor 0e869dc470 WIP registration 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 c10eafd05d updated ember 10 years ago
Brocfile.js 4fd9be9a62 don't store config in meta 10 years ago
README.md 277b0fb1d0 Ember-CLI 10 years ago
bower.json c10eafd05d updated ember 10 years ago
package.json c10eafd05d updated ember 10 years ago
testem.json 9801477a0f moved ember app over to 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