|
|
@@ -20,12 +20,15 @@
|
|
|
```
|
|
|
|
|
|
- Enjoy it!
|
|
|
-
|
|
|
+
|
|
|
+ 
|
|
|
+ 
|
|
|
+
|
|
|
```bash
|
|
|
# for the first time start
|
|
|
- ./docker/ubuntu/first.sh
|
|
|
+ ./docker/first.sh
|
|
|
# fot the next time start
|
|
|
- ./docker/ubuntu/next.sh
|
|
|
+ ./docker/next.sh
|
|
|
|
|
|
# start servers
|
|
|
> sudo supervisord -c /etc/supervisor/supervisord.conf
|
|
|
@@ -37,8 +40,6 @@
|
|
|
> /etc/redis/redis.sh
|
|
|
```
|
|
|
|
|
|
- 
|
|
|
-
|
|
|
- RabbitMQ: `http://localhost:15672`, user `guest`, password `guest`
|
|
|
- Redis cluster ports `6371~6376`
|
|
|
- Minio server: `http://localhost:9001` user `admin`, password `12345678`
|