首页 > Web开发 > 详细

Cerebro - ES web admin tool

时间:2020-05-31 09:34:48      阅读:34      评论:0      收藏:0      [点我收藏+]
Cerebro

cerebro is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.

Requirements

cerebro needs Java 1.8 or newer to run.

Installation:

1. Download from https://github.com/lmenezes/cerebro/releases

wget https://github.com/lmenezes/cerebro/releases/download/v0.9.1/cerebro-0.9.1.tgz

2. Extract files

tar zxvf cerebro-0.9.1.tgz

3. Run bin/cerebro(or bin/cerebro.bat if on Windows)

./cerebro/cerebro-0.9.1/bin/cerebro

4. Access on http://localhost:9000

技术分享图片

Docker:

You can find the official docker images in the official docker hub repo.

docker run --name cerebro -d -p 9000:9000 lmenezes/cerebro:0.9.1

Configuration:

HTTP server address and port

You can run cerebro listening on a different host and port(defaults to 0.0.0.0:9000):

./cerebro/cerebro-0.9.1/bin/cerebro -Dhttp.port=1234 -Dhttp.address=127.0.0.1

Cerebro - ES web admin tool

原文:https://blog.51cto.com/cstsncv/2499855

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!