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

656 B

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

Next, after creating the server, initialize the docker swarm.

abra server your-domain-name init

Initialize docker swarm for server

The next step is to install Traefik.

| Previous | Next | Top |