Updated Readme for coaches installation instructions

This commit is contained in:
vi 2015-07-24 14:37:43 +10:00
parent dc99b3d2f0
commit bbbe059021
2 changed files with 16 additions and 0 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@ -6,6 +6,22 @@ Ad plugin for Discourse forum.
* Supported Discourse version: v1.4
### Special Intallation Instructions for RGSoC Coaches
* You would have already gotten the discourse to load locally. If not, do that first. You can find instructions [here](https://github.com/team-melbourne-rgsoc2015/discoursetest-avn).
* Then clone this repo in a new local folder.
* In the terminal, go into your discourse folder and then into plugins. Example ```cd ~/code/discourse/plugins```
* Create a symlink in this folder and do that by doing:
```
ln -s ~/whereever_your_cloned_ad_plugin_path_is .
For example: ln -s ~/discourse-plugin-test .
```
Now you are done.
### Non-docker installation
* Run `bundle exec rake plugin:install repo=http://github.com/team-melbourne-rgsoc2015/discourse-adplugin` in your discourse directory