mirror of
https://github.com/Mibew/button-refresh-plugin.git
synced 2025-01-22 17:40:32 +03:00
Update installation instructions
This commit is contained in:
parent
396aafbce0
commit
3c1863bdae
12
README.md
12
README.md
@ -6,18 +6,20 @@ It make the button refresents actual operator's state.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
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".
|
|
||||||
If the "plugins" stucture looks like `plugins: []` it will become:
|
4. (optional) Add plugins configs to "plugins" structure in "`<Mibew root>`/configs/config.yml". If the "plugins" stucture looks like `plugins: []` it will become:
|
||||||
```yaml
|
```yaml
|
||||||
plugins:
|
plugins:
|
||||||
-
|
"Mibew:ButtonRefresh": # Plugin's configurations are described below
|
||||||
name: "Mibew:ButtonRefresh"
|
|
||||||
config: # Plugin's configurations are described below
|
|
||||||
refresh_frequency: 3
|
refresh_frequency: 3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
5. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin.
|
||||||
|
|
||||||
|
|
||||||
## Plugin's configurations
|
## Plugin's configurations
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user