Browse Source

intro

master
zeus 2 years ago
parent
commit
fd0b4d10e2
  1. 2
      dist/index.html
  2. 1
      dist/js/app.368faa18.js.map
  3. 4
      dist/js/app.aa9c08fb.js
  4. 1
      dist/js/app.aa9c08fb.js.map
  5. 125
      src/components/manageservices/calendarview.vue

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.368faa18.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.368faa18.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.aa9c08fb.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.aa9c08fb.js"></script></body></html>

1
dist/js/app.368faa18.js.map

File diff suppressed because one or more lines are too long

4
dist/js/app.368faa18.js → dist/js/app.aa9c08fb.js

File diff suppressed because one or more lines are too long

1
dist/js/app.aa9c08fb.js.map

File diff suppressed because one or more lines are too long

125
src/components/manageservices/calendarview.vue

@ -1,68 +1,103 @@
<template>
<div id="appcalendar" >
<div class="calendar-parent">
<div class="calendar-parent overflow-auto">
<h1>Welcome to Swarmlab!</h1>
<span>
Swarmlab provides the user with the unique abillity to <strong>create Labrooms</strong> (or other applications) and <strong>share</strong> them as project images expanding the simple ideas to full-blown systems.
</span>
<div class="toc-menu">
<br>
<h3><a href="http://docs.swarmlab.io/SwarmLab-HowTos/swarmlab/docs/swarmlab/docs/quickstart/overview.html" target="_blank">This is where your wondeful journey in the vast world of Swarmlab begins</a></h3>
<h3>
An open source work/study-from-home application.
</h3>
<br>
<h5>
Swarmlab provides you with all the required tools, tools to teach work or try out demos in a completely virtual environment.
</h5>
<br>
<div>
<p><b>Swarmlab is a collection of services that aims to:</b>
<div class="sect1">
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p>you are a <strong>teacher</strong> and want to prepare your lesson</p>
<div class="ulist">
<ul>
<li>
<p>create exercises and examples</p>
</li>
<li>
<p>share them with your students</p>
</li>
<li> provide <b>teachers and professors</b> with online remote tools to do their lessons</li>
<li> give <b>students</b> the opportunity to study real life examples in their chosen area of expertise </li>
<li> allow <b>developers</b> to fully test and debug their applications and provide POCs</li>
</ul>
</p>
</div>
</li>
<li>
<p>you are a <strong>student</strong> and want to try your newly acquired knowledge on some project</p>
</li>
<li>
<p>you are a <strong>Developer</strong> and would like to denug your application or a real world senario</p>
<div class="ulist">
<br>
<p>Swarmlab, up and running since 2020, is already used for teaching teaching purposes in a university and has proven itself as a powerful tool in the post covid remote-based situation.</p>
<br>
<h3>As of now the services provided by swarmlab are:</h3>
<ul>
<li>
<p>you want to provide POC</p>
</li>
<li> <b>Labrooms</b>(virtual classrooms in the form of model applications to be tweaked at will)</li>
<ul>
<li> linux base linux system designed for use as a base to further develop your app</li>
<li> MPI Instances of Ubuntu Linux with MPICHportable implementation of Message Passing Interface (MPI) standard. Designed for MPI program development and deployment.</li>
<li> Node.js</li>
<li> sec a basic linux-based os with security tools designed as a template for apps</li>
</ul>
</ul>
</div>
</li>
<li>
<p>you are a <strong>user</strong> and just want to try out stuff</p>
<div class="ulist">
<ul>
<li>
<p>you want to play around with examples but are too scared to do so on your system</p>
</li>
<li> <b>Storage</b> to automatically create a cluster of databases.</li>
</ul>
</div>
</li>
<ul>
<li> <b>Proof Of Concept</b> (POC) options </li>
<ul>
<li> datacollector using provided services a fully developed application may collect data from a swarm and use it for further analysis</li>
</ul>
</ul>
</div>
</ul>
<li> <b>Microservices</b> </li>
<ul>
<li> Jupyter </li>
</div>
</div>
</div>
<li> numpy</li>
<li> scipy</li>
<li> nodejs</li>
<li> nginx</li>
<li> haproxy</li>
<li> gns3</li>
<li> wireshark</li>
<li> snmpsim</li>
<li> xelatexthesis</li>
<li> ansible</li>
<li> etherpad</li>
<li> codeserver (vscode)</li>
<li> redisserver</li>
<li> mongoserver</li>
<li> mongoclient (GUI)</li>
</ul>
</ul>
<h5> <i>to be continued </i></h5>
<h3><a href="https://git.swarmlab.io:3000/docs/Documentation" target="_blank">See what you can do with swarmlab</a></h3>
<h5>
And all the above using just the command line and a Browser of your system!
</h5>

Loading…
Cancel
Save