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.

452 lines
16 KiB

4 years ago
:description: Swarmlabs usage tool for students!
:keywords: Cloud, swarm
:data-uri:
:toc: right
:toc-title:
4 years ago
:toclevels: 5
4 years ago
:source-highlighter: coderay
:icons: font
:sectnums:
= Swarmlab quick-start guide!
Welcome to the vast world of Swarmlab! +
Swarmlab is a powerful collaboration tool that connects tutors and students in a unique all-in-one environment that gets work done fast and easily. +
In other words Swarmlab is the way to make your learning fun while at the same time getting to your goals faster! +
But let's get you started... +
Note: These instructions are general targeted at both students and tutors. +
If you wish to skip to the specific instructions for tutors (lab creation, student invitation etc) click here. +
WARNING: "General info WILL NOT be repeated so if you have basic questions regarding registration or labroom usage please read on from here. +
== The first steps
Before you have all of the powerfull tools of Swarmalb at your grasp you will have to create an account. +
To do that navigate to the home page at https://api-client.swarmlab.io:8088 +
You should have been greeted by our login screen! +
image::images/registration/login.png[]
To register click on the 'login with sso' option and accept the terms. +
image::images/registration/terms.png[]
Now you should be redirected to the login screen and you should be able to use the 'register' option at the bottom to make a new account! +
image::images/registration/login_main.png[]
Now fill in the required details +
image::images/registration/register_details.png[]
and follow the remaining instructions to activate your account. +
Now that your acount is ready, lets get to know Swarmlabs main page. +
4 years ago
== Main Menou
=== The main page
4 years ago
Once loaded the main page should look like this:
image::images/run/main_page.png[]
On the left we can see that there are two areas inside swarmlab: ::
. the dashboard where our services live +
. the 'mylab' tab from which we can control our labrooms. +
The dashboard page is pretty straight forward: ::
. The left list shows all the available services and allows you to run them. +
. The other shows the available lab rooms and allows you to interact with them (p.e. subscribe). +
With that out of the way lets enter the heart of our platform, 'my lab'! +
4 years ago
=== My Lab
4 years ago
Nested under 'mylab' are both creation tools (bootstrap) and execution tools (run).
4 years ago
=== The run menu
4 years ago
Inside the run menu there are three areas: ::
. 'Rub lab instance' +
. 'Enter lab room' +
. the console +
As the names suggest we can use the first to *run* one of our available lab instances, the second to *enter* a created labroom, and the third to *execute* scripts. +
Lets look at the options one by one. +
For the purpose of this walkthrough 'testmpi2' and 'test 18' were created. +
Since the console is explained along with the first area we dont feel there is a need to have seperate walkthrough.
4 years ago
==== Run lab instance area
4 years ago
4 years ago
===== Creating a lab
4 years ago
To create a lab instance simply add a repo to your git! +
You will then be able to locate that repo inside the instance list and run it. +
For more info on this please refer to the Bootstrap chapter link:main.adoc.html#_bootstrap[here] ! +
4 years ago
===== Running a lab instance
4 years ago
First we have to select the lab we want to run. To find a specific lab we can use the search bar at the top. +
image::images/run/lab_instance_list.png[]
4 years ago
After we have located the desired lab we can run it by using the cloud icon. image:images/run/cloud_icon.png[] +
4 years ago
4 years ago
To request more info about the lab we use the info icon image:images/run/info_icon.png[] and the trashcan image:images/run/trash_icon.png[] deletes the lab (forever). +
4 years ago
Carefull, forever is a long time! +
So lets go back to running the lab. After clicking on the according icon we should be redirected to the execution screen. +
image::images/run/execution_screen.png[]
Here we can use the command line on the bottom to execute the required commands. Our results will be visible in the console above. +
image::images/run/ls_results_console.png[]
Note that you can choose to use the editor of your liking from the drop down menu.
For more complicated tasks that may require responsivines from the machine you can use the terminal option to open a full-blown unix command line. +
4 years ago
==== Enter lab room area
4 years ago
This is the area where you will find the available labrooms created by tutors and join the desired one. +
4 years ago
===== Browsing labrooms
4 years ago
You can easily browse throught the available labrooms in the list using the search bar at the top. +
image::images/run/lab_room_list.png[]
4 years ago
You can get more info about a specific labroom by clicking the info button image:images/run/info_icon.png[]. +
4 years ago
image::images/run/info_poppup.png[]
Active labrooms are indicated using a green color while closed ones with orange. +
4 years ago
===== Entering a labroom
4 years ago
Once you have found the labroom you were looking for you can enter by simply clicking on the cloud icon image:images/run/cloud_icon.png[]. +
You should see a screen as follows:
image::images/run/password_big.png[]
The passwords are randomly generated and you can use them to connect to your lesson (see picture bellow). +
image::images/run/password_user.png[]
If the tutor is sharing his screen you can watch by clicking on the according button and using the respective password. +
image::images/run/password_tutor_screen.png[]
Now, under the password area there are three other options: ::
4 years ago
'Meeting' image:images/run/meeting_button.png[]::
4 years ago
Here you can join a meeting with your group (this will redirect you to a jitsi implementation). +
For more visit https://jitsi.org/ +
'Gui' image:images/run/gui_button.png[]::
This loads a graphic unix environment.
4 years ago
'Console' image:images/run/console_button.png[]::
4 years ago
This loads a unix terminal.
By now it should propably be clear how to run a lab from the list or enter a labroom. +
But you are propably wondering 'My list is empty how am i supposed to run labs from it?!' +
Well here is where the final but most basic menu comes into play: *'Bootstrap'* ! +
4 years ago
=== Bootstrap
4 years ago
image::images/bootstrap/bootstrap_main.png[]
Here we can create and add labs to our list.
To do so we have to go through a series of steps, but lets first understand some basic things about how swarmlab works...
TIP: Every swarmlab lab instance resides in a git repo created inside link:https://git.swarmlab.io:3000[our git^] and owned by the lab creator. This repo then serves as a 'home' for all the work inside that lab. +
So for us to create and run a lab we have to link a service to a git repo. +
Asuming we have an account (using the same email as our swarmlab account!) all our repos should be shown on the list in the top left corner. +
To search for any public repo we can use the search bar. +
image::images/bootstrap/test_search_repo.png[]
4 years ago
From that list we can now select the desired repository that we want to use by clicking on the plug icon. image:images/bootstrap/plug_icon.png[] +
4 years ago
We can use any repo we like, but we will be able to commit only to those that we have access to. +
If we wish to edit or contribute to the development of a project we are not part of we can use the clone option as usual! +
Now we have to select the service that our lab will be using. We just select the desired one from the list on the right and it will be automatically linked to the project. +
image::images/bootstrap/service_select.png[]
Finally we have to save the lab instance by filling in the required info at the bottom. +
image::images/bootstrap/save_lab_details.png[]
4 years ago
== Tutors Menou
4 years ago
Tutors have access to an extended 'my lab/bootstap' page where they can create labrooms from existing lab instances. +
To do so we have to scroll all the way down whilst on the Bootstrap page. +
There we should find two menus, 'My labrooms' and 'Bootstrap Labroom' +
4 years ago
=== 'My labrooms'
4 years ago
image::images/for_tutors/my_labrooms.png[]
Here we can see a list of all the labrooms programmed to run today. Again like in the run tab we can distinguish open from closed ones by color (green/orange). +
image::images/for_tutors/todays_labrooms.png[]
4 years ago
We can also get info using the info icon image:images/for_tutors/info_icon.png[] or delete the labroom using the trashcan icon image:images/for_tutors/trash_icon.png[] . +
4 years ago
To search for a specific labroom we can use the searchbar at the top. +
IMPORTANT: The delete command is *FORCED* even if the labroom is running!!! +
4 years ago
=== 'Bootstrap Labroom'
4 years ago
Now lets see how we can bootstrap a new labroom using one of our lab instances. +
To do that lets navigate to the respective tab that should look like this: +
image::images/for_tutors/bootstrap_labroom.png[]
4 years ago
Here we can select the desired (existing!) lab instance that will be used to create the labroom using the plug icon image:images/for_tutors/plug_icon.png[]. +
4 years ago
image::images/for_tutors/lab_instance_choose.png[]
Then we have to specify starting date and time and also set the duration for which our lab room will be open. +
image::images/for_tutors/timeframe_selection.png[]
CAUTION: You can only start a labroom every whole or half hour (p.e. 12.00 or 14.30) and never inbetween so please plan ahead!! +
Also note that the duration cannot be greater than three hours since we consider that the maximum for any type of lesson! +
4 years ago
Now using the searchbar that follows (you HAVE to search for students for them to come up) we search and select (image:images/for_tutors/plug_icon.png[]) the students that we want to invite to the lesson. +
4 years ago
Note that only students that have subscribed to our labroom will be available for invites to avoid confusion! +
image::images/for_tutors/student_selection.png[]
After selecting all the desired students we have to fill in the last details at the bottom of the page. +
Please give concise titles and good descriptions to your labrooms!! +
image::images/for_tutors/bootstrap_details.png[]
Now we shall check and upon making shure that everything is right we click the 'bootstrap your lab' button!
WARNING: Bootstraping is final and no further edits are allowed!!
4 years ago
4 years ago
== Learning Objects Notebooks
4 years ago
4 years ago
A LO Notebook *is a reusable web-based interactive chunks of e-learning* designed to explain a stand-alone learning objective, which can be used, reused or referenced during technology supported learning.
4 years ago
4 years ago
*Swarmlab.io Notebooks includes the following key characteristics*:
4 years ago
4 years ago
- *Learning objects are a new way of thinking about learning content*. Traditionally, content comes in a several hour chunk. Learning objects are much smaller units of learning, typically ranging *from 2 minutes to 15 minutes.*
- Are *self-contained* – each learning object can be taken independently
- Are *reusable* – a single learning object may be used in multiple contexts for multiple purposes
- Can *be aggregated* – learning objects can be grouped into larger collections of content, including traditional course structures
- Are *tagged with metadata* – every learning object has descriptive information allowing it to be easily found by a search
4 years ago
4 years ago
[NOTE]
====
Learning Object Notebooks is:
[quote, IEEE ]
"A digital self-contained and reusable entity, with a clear educational purpose, with at least three internal and editable components: content, learning activities and elements of context.".footnote:[Learning Technology Standards Committee (2002), Draft Standard for Learning Object Metadata. IEEE Standard 1484.12.1 (PDF), New York: Institute of Electrical and Electronics Engineers, retrieved 2008-04-29]
[quote, Wikipedia]
"learning object any entity, digital or non-digital, that may be used for learning, education or training".footnote:[https://en.wikipedia.org/wiki/Learning_object#Definitions]
====
4 years ago
=== Usage
4 years ago
LO notebooks have a wealth of different uses including as a testing ground for development work, a presentation platform, and more.
4 years ago
* *Ad hoc nature.* - The ad hoc nature of notebooks is excellent for trying things out
** Designing, developing, and testing solutions to problems.
4 years ago
4 years ago
* *Ready-to-Use Services.* - Easier start. Your just start with the cleaned data, the trained model, and get right to the analysis.
** Presenting analyses, demonstrating both the code and the output, that can be easily turned into slides/pdf.
4 years ago
4 years ago
* *Built for collaboration.* - Swarmlab.io notebooks are easy to collaborate with using version control systems (git). The YAML index file makes it extremely easy to tell where things belongs to.
** Providing hands-on walkthroughs of new library modules, visualization techniques, and strategies for attacking existing problems. They allow someone to mostly follow along while allowing them space to try out new things right in-line.
4 years ago
4 years ago
=== Run Learning Object Notebook
4 years ago
==== Find
4 years ago
image::images/llo/llo.png[]
4 years ago
4 years ago
After we have located the desired LO we can
- run it by using the cloud icon. image:images/run/cloud_icon.png[]
4 years ago
4 years ago
- To request more info about the lab we use the info icon image:images/run/info_icon.png[]
4 years ago
4 years ago
==== Run
4 years ago
4 years ago
image::images/llo/llo-run.png[]
4 years ago
4 years ago
- After we have Run the desired LO we can run "try it" by using the edit icon.
==== Try
4 years ago
4 years ago
image::images/llo/llo-try.png[]
4 years ago
4 years ago
=== Create Learning Object Notebook
==== Main Options
image::images/llo/llo-create.png[]
- *"My LabLearningObjects"* - LLO Admin panel
- *"Publish LearningObjects"* - Metadata and Publish your LLO
- *"Bootstrap LearningObjects"* - Create your LLO
- *"How to Contribute"*
4 years ago
==== Publish
4 years ago
.Creative Commons
[NOTE]
====
Get familiar with "The Creative Commons copyright licenses".
‘About the Licenses'.footnote[http://creativecommons.org/about/licenses]
Creative Commons is an international nonprofit that offers flexible copyright management tools for creative work. Many learning objects have CC licences.
====
4 years ago
image::images/llo/llo-publish.png[]
==== Bootstrap
image::images/llo/llo-bootstrap.png[]
4 years ago
Learning Objects Notebooks Based on the following structure:
[source,yaml]
----
--- # Programming language
name: "test" // <1>
author: "zeus"
4 years ago
intro: "intro" # intro is a file // <2>
4 years ago
base_url: "https://git.swarmlab.io:3000/labs/examples-mpi2/raw/branch/master" // <3>
0_netstat: // <4>
display_name: "netstat" // <5>
swarmlabservice: "os2" // <6>
info:
file: "0_netstat/info" // <7>
code:
lang: "bash" // <8>
exec: "/bin/bash" // <9>
file: "0_netstat/code" // <10>
options: "" // <11>
mimetype: "bash" // <12>
output:
log: "console" // <13>
mimetype: "bash"
challenge: // <14>
question: "0_netstat/q-info"
codehelp: "0_netstat/codehelp"
codeanswer: "0_netstat/codeanswer"
mimetype: "bash"
points: "1" // <15>
output:
log: "ascii"
----
<1> LabLearningObject Name
<2> Here you can describe your LLO. Describe what students should know or be able to do at the end of the course that they couldn't do before!
<3> The ''base url'' field is the landing page of your LLO.
<4> Code spec
<5> Task Name
<6> A Swarmlab service is an dockerized microservice. It receives code snippets to execute, runs these code snippets, and returns the result and output of the execution.
<7> Task info. Here you can describe your Task
<8> Set the programming language!
<9> The full path of the executable
<10> Here you can add the code snippet to be executed. ( Using the ''Give It A Try'' option you can test your Code.)
<11> Exec Options
<12> Code block syntax highlighting
<13> Output: Console, file
<14> Challenge spec [Optional]
<15> Difficulty - 1 beginer, 2 intermediate, 3 advanced, 4 expert, 5 guru
4 years ago
This example LO is organized as follows
[source,yaml]
----
/test // <1>
├── 0_netstat // <2>
│   ├── code // <3>
│   ├── codeanswer // <4>
│   ├── codehelp // <5>
│   ├── info // <6>
│   └── q-info // <7>
└── intro // <8>
----
<1> Bare Directory - based on: LabLearningObject Name
4 years ago
<2> Code spec - based on: display_name
4 years ago
<3> Code snippets to execute
<4> Contain the answer.
<5> Hints.
<6> Task info file.
<7> Question file
<8> Intro file.
4 years ago
4 years ago
[NOTE]
====
Swarmlab.io notebooks are organized in files easy to collaborate using version control systems like git.
====
4 years ago
4 years ago
== Get Involved
Swarmlab.io is a open source project born to support interactive Virtual Labs and interactive Learning Objects across all programming languages and systems. i
Swarmlab.io is open and welcoming to all.
And we need your help.
We invite anyone to come and participate in the creation of Swarmlab.io. Regardless of your skillset, we’re sure there is something you can add to our community and project.
4 years ago