Update installation instructions

This commit is contained in:
Dmitriy Simushev 2014-11-27 12:38:20 +00:00
parent adb4decf1c
commit 2e779a9423

View File

@ -8,13 +8,7 @@ It hides banned threads and visitors on the awaiting page.
1. Get the archive with the plugin sources. At the moment the only option is to build the plugin from sources. 1. Get the archive with the plugin sources. At the moment the only option is to build the plugin from sources.
2. Untar/unzip the plugin's archive. 2. Untar/unzip the plugin's archive.
3. Put files of the plugins to the `<Mibew root>/plugins` folder. 3. Put files of the plugins to the `<Mibew root>/plugins` folder.
4. Add plugins definition to "plugins" structure in "`<Mibew root>`/configs/config.yml". 4. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin.
If the "plugins" stucture looks like `plugins: []` it will become:
```yaml
plugins:
-
name: "Mibew:RealBan"
```
## Build from sources ## Build from sources