Skip to content

Commit

Permalink
Add swarm init instruction to the install doc #2
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Dec 5, 2018
1 parent e9af679 commit 3b82928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/mesg-core_service_init.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mesg-core service init [flags]

```
mesg-core service init
mesg-core service init --name NAME --description DESCRIPTION
mesg-core service init --name NAME
mesg-core service init --current
```

Expand Down
2 changes: 2 additions & 0 deletions docs/guide/start-here/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ bash <(curl -fsSL https://mesg.com/install)
## Manual installation

* Download and install [Docker CE](https://www.docker.com/community-edition)
* Initialize Docker Swarm by running: `docker swarm init`
* If the error `Could not choose an IP address to advertise since this system has multiple addresses on interface eth0 (xxx.xxx.xxx.xxx and yyy.yyy.yyy.yyy)` is returned, run: `docker swarm init --advertise-addr xxx.xxx.xxx.xxx`
* Download the binary from our [release page on GitHub](https://github.com/mesg-foundation/core/releases)
* Rename the binary to `mesg-core`
* Give it the execution permission: `chmod +x mesg-core`
Expand Down

0 comments on commit 3b82928

Please sign in to comment.