Browse Source

add cloud

master
zeus 2 years ago
parent
commit
4802c6c032
  1. 2
      auto-complete.sh
  2. 8
      build.sh
  3. 4
      site.yml

2
auto-complete.sh

@ -4,7 +4,7 @@ function libs()
{
if [ "$1" != "" ];
then
COMPREPLY=($(compgen -W "all allmicroservices xelatex-thesis infrastructure-as-code sidecar-firefox how-to-build-a-Swarmlab-service network-scanning network-adhoc raspi-docker tech-list faq sensor-node ssh-tunneling iptables poc-datacollector help" "${COMP_WORDS[$COMP_CWORD]}"))
COMPREPLY=($(compgen -W "all allmicroservices cloudservices xelatex-thesis infrastructure-as-code sidecar-firefox how-to-build-a-Swarmlab-service network-scanning network-adhoc raspi-docker tech-list faq sensor-node ssh-tunneling iptables poc-datacollector help" "${COMP_WORDS[$COMP_CWORD]}"))
fi
}

8
build.sh

@ -220,6 +220,14 @@ do
COMMAND_CREATE=1
;;
cloudservices)
DESC="cloudservices" ;
build="build.sh" ;
# source adoc directory
docdir="CloudComputing_Lab" ;
COMMAND_CREATE=1
;;
how-to-build-a-Swarmlab-service)
DESC="how-to-build-a-Swarmlab-service" ;
build="build.sh" ;

4
site.yml

@ -57,6 +57,10 @@ content:
- url: https://git.swarmlab.io:3000/docs/Documentation.git
branches: master
start_path: how-to-build-a-Swarmlab-service
- url: https://git.swarmlab.io:3000/docs/Documentation.git
branches: master
start_path: CloudComputing_Lab
ui:
bundle:
url: https://git.swarmlab.io:3000/docs/docs/raw/branch/master/ui-bundle.zip

Loading…
Cancel
Save