Merge pull request #8 from wub/patch-1

Update README.md
This commit is contained in:
Robin Ward 2014-06-24 17:22:41 -04:00
commit 44ab8a62af
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
This plugin works with the Discourse docker image.
## Docker Manager
It allows you to perform upgrades via the web UI and monitor activity in the container.
This plugin works with the Discourse docker image. It allows you to perform upgrades via the web UI and monitor activity in the container.
### Development Notes
The client application is built using [Ember App Kit](https://github.com/stefanpenner/ember-app-kit).
In development mode, using `grunt server` will proxy to your Discourse instance running on Port 3000.
Just open up a browser to post 8000 and you're off to the races!.
In development mode, using `grunt server` will proxy to your Discourse instance running on port 3000.
Just open up a browser to port 8000 and you're off to the races!
To create a compiled version for distrubtion, run the `./compile_client.sh` to compile the site and
To create a compiled version for distribution, run `./compile_client.sh` to compile the site and
move it into the proper directories.