Skip to content

Commit

Permalink
- update readme
Browse files Browse the repository at this point in the history
- make installation easier
  • Loading branch information
mkolkowski committed Jun 2, 2016
1 parent 4b27111 commit 76d7f3a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
11 changes: 10 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Dev
Clear plugin cache, redeploy and restart
Install dependencies, clear plugin cache, redeploy and restart

```bash
cd ~/tmp/kibana-slider-plugin
bower install

cd kibana
rm -rf ./optimize/*
cp -R ~/tmp/kibana-slider-plugin ./src/plugins/
bin/kibana
```

# Release

```bash
tar -czf kibana-slider-plugin-v0.0.x.tar.gz --exclude .git --exclude .idea --exclude *.iml --exclude src --exclude demo kibana-slider-plugin
```

## Debug scope

1. Open Firebug
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ Slider Plugin Widget for Kibana.
# Install

```bash
git clone https://github.com/raystorm-place/kibana-slider-plugin.git
cd ./kibana-slider-plugin
bower install
cp -R ./kibana-slider-plugin ./kibana/src/plugins/
bin/kibana plugin -i kibana-html-plugin -u https://github.com/raystorm-place/kibana-slider-plugin/releases/download/v0.0.2/kibana-slider-plugin-v0.0.2.tar.gz
```

# Compatibility
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "kibana-slider-plugin",
"version": "0.0.1"
"version": "0.0.2"
}

0 comments on commit 76d7f3a

Please sign in to comment.