From a3a1aaec7dbc6299b7e08c1fbb541e502036066e Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 17 Jun 2021 13:05:00 +0300 Subject: [PATCH] antora --- swarmlab/docs/antora.yml | 6 ++++ swarmlab/docs/modules/ROOT/nav.adoc | 1 + swarmlab/docs/modules/ROOT/pages/index.adoc | 35 +++++++++++++++++++ swarmlab/docs/modules/hybrid-labroom/nav.adoc | 1 + .../hybrid-labroom/pages/overview.adoc | 19 ++++++++++ 5 files changed, 62 insertions(+) create mode 100644 swarmlab/docs/antora.yml create mode 100644 swarmlab/docs/modules/ROOT/nav.adoc create mode 100644 swarmlab/docs/modules/ROOT/pages/index.adoc create mode 100644 swarmlab/docs/modules/hybrid-labroom/nav.adoc create mode 100644 swarmlab/docs/modules/hybrid-labroom/pages/overview.adoc diff --git a/swarmlab/docs/antora.yml b/swarmlab/docs/antora.yml new file mode 100644 index 0000000..a2f5d80 --- /dev/null +++ b/swarmlab/docs/antora.yml @@ -0,0 +1,6 @@ +name: hybrid +title: hybrid +version: dev +nav: +- modules/ROOT/nav.adoc +- modules/hybrid-labroom/nav.adoc diff --git a/swarmlab/docs/modules/ROOT/nav.adoc b/swarmlab/docs/modules/ROOT/nav.adoc new file mode 100644 index 0000000..91fa006 --- /dev/null +++ b/swarmlab/docs/modules/ROOT/nav.adoc @@ -0,0 +1 @@ +* xref:index.adoc[Welcome] diff --git a/swarmlab/docs/modules/ROOT/pages/index.adoc b/swarmlab/docs/modules/ROOT/pages/index.adoc new file mode 100644 index 0000000..b7f2b52 --- /dev/null +++ b/swarmlab/docs/modules/ROOT/pages/index.adoc @@ -0,0 +1,35 @@ += Welcome to Hybrid! + +Swarmlab hybrid provides the user with the unique abillity to create Labrooms (or other applications) and share them as project images expanding the simple swarmlab Labrooms to full-blown systems. + +An all of that using onlly the browser and the command line of their system. + +== How? + +You will be connected to the Swarmlab Cloud (hence HYBRID) but you will be able to use your own storage(move files around, delete/copy etc),your own networking and computational power(cpu/graphics etc) and create a system exactly the way you need it. + +This way you will be able to : + +* create images for testing. +* Run them using docker. +* Share them for others to use and develop. +* Finally browse the cloud for shared images to integrate into your project and make it even better. + +=== Ready to run out-of-the-box + + +Normally the docker dataflow is as described in the following images: + +image:https://git.swarmlab.io:3000/zeus/swarmlab-hybrid/raw/branch/master/docs/images/docker-build.png[] + +To make the service easier to use we have created an ever-growing database of readilly accessible images you can choose from, thus making the first step optionall! + + +* Create Labrooms/Applications +* Run and manage said rooms and application +* create once - scale up or down without rebuilding +* Connect multiple computers through a network. +* Move Labs between environments +* Create your own labs +* open source barebone -> Share them with your friends + diff --git a/swarmlab/docs/modules/hybrid-labroom/nav.adoc b/swarmlab/docs/modules/hybrid-labroom/nav.adoc new file mode 100644 index 0000000..972fe69 --- /dev/null +++ b/swarmlab/docs/modules/hybrid-labroom/nav.adoc @@ -0,0 +1 @@ +* xref:overview.adoc[Start Labroom] diff --git a/swarmlab/docs/modules/hybrid-labroom/pages/overview.adoc b/swarmlab/docs/modules/hybrid-labroom/pages/overview.adoc new file mode 100644 index 0000000..8829559 --- /dev/null +++ b/swarmlab/docs/modules/hybrid-labroom/pages/overview.adoc @@ -0,0 +1,19 @@ += Module Deploy - Local + + +== Start Labroom + +This page is start + +== Scale + +This page is scale + +=== Connect + +This page is connect + +=== Stop + +This page is stop +