zeus
efd99887fc
|
3 years ago | |
---|---|---|
CloudComputing_Lab | 3 years ago | |
code | 3 years ago | |
example | 3 years ago | |
faq | 3 years ago | |
how-to-build-a-Swarmlab-service | 3 years ago | |
info | 3 years ago | |
infrastructure-as-code | 3 years ago | |
intro | 3 years ago | |
iptables | 3 years ago | |
network-adhoc | 3 years ago | |
poc-datacollector | 3 years ago | |
raspi-docker | 3 years ago | |
sensor-node | 3 years ago | |
sidecar-firefox | 3 years ago | |
ssh-tunneling | 3 years ago | |
supplemental-ui | 3 years ago | |
tech-list | 3 years ago | |
template | 3 years ago | |
xelatex-thesis | 3 years ago | |
.gitignore | 3 years ago | |
0-cert.error | 3 years ago | |
0-get-certs | 3 years ago | |
0-get-certs.sh | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
SensorNode2Server.adoc | 3 years ago | |
auto-complete.sh | 3 years ago | |
build-all.sh | 3 years ago | |
build.sh | 3 years ago | |
site.yml | 3 years ago | |
ui-bundle.zip | 3 years ago |
README.md
Swarmlab docs
Application development in a distributed system
Development of Distributed Systems from Design to Application
Build
git clone https://git.swarmlab.io:3000/docs/Documentation.git
cd Documentation
./build.sh
The auto completion script for Bash can be generated with the command
source ./auto-complete.sh
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
On Error response from daemon
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!
This guide contains the following topics:
Option | Desc |
---|---|
all | All |
faq | FAQ |
infrastructure-as-code | This tutorial demonstrates, howto use ansible to implement Infrastructure as Code |
iptables | This tutorial demonstrates, howto setup iptables & howto use it |
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 |
xelatex-thesis | This tutorial demonstrates, howto setup xelatex & howto use it |
tech-list | This tutorial provides a list of commonly used tools |
e.q.
./build.sh faq
poc-rocketchat
Start poc-rocketchat with URL: http://localhost:7030
Create a new document
cd template
./init-docs.sh newdoc_1
cd ../newdoc_1
edit modules/ROOT/nav.adoc and modules/ROOT/pages/index.adoc
- Test local
./build-local.sh
- a. Upload
./push.sh "add new"
- Create from git
./build.sh