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

18 lines
656 B
Markdown

# Add Server and Initialize It
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.
> abra server add your-domain-name user
![Add server to Abra](../res/create-init-context/01.png "Add server to Abra")
Next, after creating the server, initialize the docker swarm.
> abra server your-domain-name init
![Initialize docker swarm for server](../res/create-init-context/02.png "Initialize docker swarm for server")
The next step is to install Traefik.
| [Previous](ssh-to-capsul-from-wsl.md) | [Next](add-traefik-deploy.md) | [Top](../README.md) |