Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

如何使用node-mariadb

$ cd node-mariadb/
$ docker-compose up -d
$ curl 127.0.0.1:3001   #等待大概五秒左右执行该命令(因为数据库启动需要时间)

创建ElasticSearch集群

$ cd elasticsearch-multi-node/
$ docker-compose up -d
$ curl -X GET "localhost:9200/_cat/nodes?v&pretty"