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.

81 lines
1.9 KiB

3 years ago
# Swarmlab docs
## Application development in a distributed system
### Development of Distributed Systems from Design to Application
3 years ago
----
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
>
3 years ago
3 years ago
*The auto completion script for Bash can be generated with the command*
3 years ago
>
3 years ago
> source ./auto-complete.sh
3 years ago
>
3 years ago
3 years ago
### On Error
3 years ago
>
> Get https://hub.swarmlab.io:5480/v2/: x509: certificate
>
> Pulling ...
>
> ERROR: Get https://hub.swarmlab.io:5480/v2/: x509: certificate signed by unknown authority
>
3 years ago
*run*
>
> ./0-get-certs.sh
>
3 years ago
3 years ago
### On Error response from daemon
3 years ago
3 years ago
>
>docker: Error response from daemon: Get https://registry.vlabs.uniwa.gr:5080/v2/: dial tcp: lookup registry.vlabs.uniwa.gr on [::1]:53: read udp [::1]:56425->[::1]:53: read: connection refused.
>
>Try again!
>
3 years ago
----
3 years ago
# This guide contains the following topics:
3 years ago
3 years ago
Option | Desc
------ | ------
all | All
faq | FAQ
3 years ago
infrastructure-as-code| This tutorial demonstrates, howto use ansible to implement Infrastructure as Code
3 years ago
iptables | This tutorial demonstrates, howto setup iptables & howto use it
3 years ago
network-scanning | This tutorial demonstrates some common nmap port scanning scenarios and explains the output
network-adhoc | This tutorial demonstrates, howto setup ad-hoc network & howto use it
poc-datacollector | This tutorial demonstrates, howto setup data collector & howto use it
raspi-docker | This tutorial demonstrates, howto setup docker on Raspberry PI & howto use it
sensor-node | This tutorial demonstrates, howto create a mote with Raspberry Pi and Arduino & howto use it
ssh-tunneling | This tutorial demonstrates, howto create a ssh-tunneling & howto use it
3 years ago
xelatex-thesis| This tutorial demonstrates, howto setup xelatex & howto use it
3 years ago
tech-list | This tutorial provides a list of commonly used tools
3 years ago
3 years ago
> e.q.
3 years ago
>
3 years ago
> ./build.sh faq
3 years ago
>
>
3 years ago
3 years ago
----
3 years ago
#### poc-rocketchat
3 years ago
>
3 years ago
>> Start poc-rocketchat with URL: http://localhost:7030
3 years ago
>
3 years ago