Skip to content

Instantly share code, notes, and snippets.

@agustik
Created April 10, 2015 18:00
Show Gist options
  • Save agustik/557cecba2c88e785e2a1 to your computer and use it in GitHub Desktop.
Save agustik/557cecba2c88e785e2a1 to your computer and use it in GitHub Desktop.
pm2 Kibana4
[{
"name" : "Kibana4",
"script" : "./src/bin/kibana.js",
"env": {
"NODE_ENV": "production",
"CONFIG_PATH": "./config/kibana.yml"
}
}]
@agustik
Copy link
Author

agustik commented Apr 10, 2015

Download Kibana4

https://www.elastic.co/downloads/kibana

Download this file into KIBANADIR/bin

Install pm2

npm install pm2

Start

pm2 start bin/pm2.json

Save

pm2 save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment