diff --git a/Docs/installation.md b/Docs/installation.md new file mode 100644 index 0000000..d505e7f --- /dev/null +++ b/Docs/installation.md @@ -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 +``` diff --git a/mkdocs.yml b/mkdocs.yml index 1359f01..cb6b9d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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