Ubuntu 16.04安装elasticsearch数据库

前端之家收集整理的这篇文章主要介绍了Ubuntu 16.04安装elasticsearch数据库前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Ubuntu 16.04安装elasticsearch数据库

安装:

apt-get install elasticsearch

启动:

/usr/share/elasticsearch/bin/elasticsearch

查看端口:

netstat -ntpl | grep 9200

确认服务:

curl 'http://localhost:9200/?pretty'

原文链接:https://www.f2er.com/ubuntu/349245.html

猜你在找的Ubuntu相关文章