coop-cloud-win-deploy/md/setup-server.md

18 lines
656 B
Markdown
Raw Permalink Normal View History

2021-08-26 03:17:04 +00:00
# Add Server and Initialize It
2021-08-26 03:17:04 +00:00
First, add your server to abra. Change *your-domain-name* to your capsul's DNS name, and be sure to specify *user* as the Linux username on the Capsul.
2021-08-26 03:17:04 +00:00
> abra server add your-domain-name user
2021-08-29 22:10:14 +00:00
![Add server to Abra](../res/create-init-context/01.png "Add server to Abra")
2021-08-26 03:17:04 +00:00
Next, after creating the server, initialize the docker swarm.
> abra server your-domain-name init
2021-08-29 22:10:14 +00:00
![Initialize docker swarm for server](../res/create-init-context/02.png "Initialize docker swarm for server")
2021-08-26 03:17:04 +00:00
The next step is to install Traefik.
| [Previous](ssh-to-capsul-from-wsl.md) | [Next](add-traefik-deploy.md) | [Top](../README.md) |