|
|
@@ -26,14 +26,21 @@
|
|
|
./docker/ubuntu/first.sh
|
|
|
# fot the next time start
|
|
|
./docker/ubuntu/next.sh
|
|
|
+
|
|
|
# start servers
|
|
|
> sudo supervisord -c /etc/supervisor/supervisord.conf
|
|
|
+
|
|
|
+ # enable rabbitmq Management Plugin
|
|
|
+ > sudo rabbitmq-plugins enable rabbitmq_management
|
|
|
+
|
|
|
+ # enable redis clusters
|
|
|
+ > ./docker/redis.sh
|
|
|
```
|
|
|
|
|
|

|
|
|
|
|
|
- RabbitMQ: `http://localhost:15672`, user `guest`, password `guest`
|
|
|
- - Redis cluster setup: `./docker/redis.sh`, ports `6371~6376`
|
|
|
+ - Redis cluster ports `6371~6376`
|
|
|
- Minio server: `http://localhost:9000` user `admin`, password `12345678`
|
|
|
- PostgreSql: `psql -U postgres -h 127.0.0.1 -p 5432`
|
|
|
- ElasticSearch: `curl 127.0.0.1:9200/`
|