Swarmlab docs

Application development in a distributed system

Development of Distributed Systems from Design to Application


You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
524 B

3 years ago
# swarmlab docs
A [swarmlab.io](http://www.swarmlab.io) sidecar container.
Documentation is a multi-repository site generator (Antora based)
3 years ago
## Build
3 years ago
> git clone https://git.swarmlab.io:3000/docs/Documentation.git
>
3 years ago
> cd Documentation
3 years ago
>
3 years ago
> ./build.sh
>
3 years ago
> or
3 years ago
>
3 years ago
> ./build-intro.sh
3 years ago
>
3 years ago
> etc
3 years ago
>
## On Error:
>
> Get https://hub.swarmlab.io:5480/v2/: x509: certificate
>
> Pulling ...
>
> ERROR: Get https://hub.swarmlab.io:5480/v2/: x509: certificate signed by unknown authority
>
### run
>
> ./0-get-certs.sh
>
3 years ago