This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labs.html
executable file
·110 lines (95 loc) · 3.26 KB
/
labs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
title: Labs
layout: default
permalink: /labs/
navigation:
show: true
weight: 2
js:
- bootstrap.min.js
- jquery.isotope.min.js
- jquery.touchSwipe.js
- functions.min.js
---
<div class="hero-unit">
<div class="ac">
<h1>Discover Labs!</h1><br />
<p></p>
</div>
</div>
<div id="explore">
<hr />
<div class="row">
<div class="span9">
<p>
Develop, test and validate your application and ideas faster with <strong>Labs</strong> - your personal sandbox available right when you need it. Whatever you want setup development environment for a new project, reproduce and fix known issue or try new software package in isolated and secure manner, Labs are just one command away. </p>
</p>
<p>Behind every lab is a <strong>Lab Machine</strong>, our custom lightweight virtualized server packaged with extra features to help you in everyday work. </p>
</p>
</div>
<div class="span3">
<p>
<img rel="tooltip" title="Instant setup" alt="" class="fr" src="/img/lab_machine.jpg" width="240" height="216" />
</p>
</div>
</div>
<hr />
<div class="row">
<div class="span3">
<p>
<img rel="tooltip" title="Instant setup" alt="" class="fr" src="/img/cronometro.jpg" width="240" height="200" />
</p>
</div>
<div class="span9">
<h3>Instant and easy to setup</h3>
<p>
No more waiting for server setup. Starting a new Lab Machine is matter of seconds. Control the full lifecycle with our command-line interface (CLI) or integrate Labs into your workflow using REST API. Using Lab Machines
<ul>
<li>improve your Continous Integration (CI) processes with faster runtime of automated tests.</li>
<li>provide same environment throughout the development lifecycle.</li>
</ul>
</p>
</div>
</div>
<hr />
<div class="row">
<div class="span9">
<h3>Snapshot at any point in time</h3>
<p>
Return to any given state of the Lab Machine repeatedly with snaphots. Analyse the what changed in time and understand the behaviour of the applications and systems. Down to the individual files.
<ul>
<li>Capture the exact state of the machine at the moment the error has occured for future reference.</li>
<li>Focus on your work, rather than fixing mis-configurations. Analyse changes compared to the last known working state. Revert instantly, you don't even have to logout.</li>
</ul>
</p>
</div>
<div class="span3">
<p>
<img rel="tooltip" title="Some title" alt="" class="fr" src="/img/backup.jpg" width="200" height="200" />
</p>
</div>
</div>
<hr />
<div class="row">
<div class="span3">
<p>
<img rel="tooltip" title="Some title" alt="" class="thumbnail" src="/img/noops.jpg" width="200" height="200" />
</p>
</div>
<div class="span8">
<h3>No infrastructure to manage</h3>
<p>
With Labs as a hosted service you can forget infrastructure. We manage all the nitty-gritty of day-to-day operations, enabling you to focus on cool experiments.
</p>
</div>
</div>
<hr />
<div class="well ac">
<h3>
Start right now!
<a href="http://manage.10xlabs.net/" title="Try it for yourself.">
Sign up
</a>→
</h3>
</div>
</div>