Skip to content

Commit

Permalink
updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavidebor committed Sep 23, 2016
1 parent 4ba402b commit 6a29e96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Docs/installation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Installation

Copy the last installation url for your version of Kibana from [the repository releases](https://github.com/fermiumlabs/mathlion/releases/latest). The file follows the naming `mathlion-major.minor.patch.zip` where the version indicated it's the one in Kibana.

Remember that starting from Kibana 5.0 you always need an update version of every plugin for it to start as indicated [here](https://siren.solutions/in-kibana-5-all-your-plugins-will-break-at-each-and-every-update/).

```sh
#kibana >5

./bin/kibana-plugin install https://github.com/fermiumlabs/mathlion/releases/download/version_name/mathlion-major.minor.patch.zip
```
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repo_url: https://github.com/fermiumlabs/mathlion

pages:
- Home: index.md
- Installation: installation.md
- Mathematical costants: costants.md
- Mathematical operators: operators.md
- Mathematical Functions: functions.md
Expand Down

0 comments on commit 6a29e96

Please sign in to comment.