Skip to content

Commit

Permalink
New setup of kibana, npm install script
Browse files Browse the repository at this point in the history
  • Loading branch information
hmalphettes committed Jan 20, 2015
1 parent c341a08 commit 960942b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ Usage

```
git clone https://github.com/hmalphettes/kibana-proxy.git
cd kibana-proxy/
git submodule init
git submodule update
npm install
node app.js &
open http://localhost:3003
npm start &
open http://localhost:3003/index.html
open http://localhost:3003/_plugin/head
open http://localhost:3003/_plugin/bigdesk
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Server tier for (kibana)[http://kibana.org/kibana3]; Proxies the calls to Elasticsearch and insert authentication.",
"main": "app.js",
"scripts": {
"install": "mkdir -p kibana; curl https://download.elasticsearch.org/kibana/kibana/kibana-3.1.2.tar.gz | tar xvzf - -C kibana --strip-components=1",
"install": "[ -f kibana/index.html ] && exit 0; mkdir -p kibana; curl https://download.elasticsearch.org/kibana/kibana/kibana-3.1.2.tar.gz | tar xvzf - -C kibana --strip-components=1",
"start": "node app",
"test": ""
},
Expand Down

0 comments on commit 960942b

Please sign in to comment.