1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
This commit is contained in:
2019-12-04 20:29:53 +08:00
parent 1553d75352
commit 035dd0df5f
6 changed files with 48 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ docker swarm join --token A-LONG-TOKEN-STRING-HERE 192.168.0.1:2377
## Create an overlay network named `yao`
```bash
docker network create --driver overlay yao-net
docker network create --driver overlay --attachable --opt encrypted yao-net
```
@@ -61,9 +61,11 @@ bin/kafka-topics.sh \
```
## Start the agents
## Start the agents in each YAO-Worker
```bash
sbin/start_agent.sh
sbin/run_agent_helper.sh
sbin/run_agent.sh
```
@@ -88,10 +90,6 @@ sbin/start_redis.sh
sbin/start_portal.sh
```
## Configure
update `BASE_URL` in `/data/yao-portal/config/config.inc.php` & `/data/yao-portal/config/config.js`
## Install
Visit `http://YOUR_IP/install.php`