commit
44ab8a62af
10
README.md
10
README.md
|
@ -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
|
### Development Notes
|
||||||
|
|
||||||
The client application is built using [Ember App Kit](https://github.com/stefanpenner/ember-app-kit).
|
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.
|
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!.
|
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.
|
move it into the proper directories.
|
||||||
|
|
Loading…
Reference in New Issue