-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathabout.html
More file actions
67 lines (67 loc) · 2.36 KB
/
about.html
File metadata and controls
67 lines (67 loc) · 2.36 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>cloud-init-examples</title>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
<link rel="stylesheet" href="https://media.library.caltech.edu/cl-webcomponents/css/code-blocks.css">
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/copyToClipboard.js"></script>
<script type="module" src="https://media.library.caltech.edu/cl-webcomponents/footer-global.js"></script>
</head>
<body>
<header>
<a href="https://library.caltech.edu"><img src="https://media.library.caltech.edu/assets/caltechlibrary-logo.png" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<!-- <li><a href="INSTALL.html">INSTALL</a></li> -->
<!-- <li><a href="user_manual.html">User Manual</a></li> -->
<li><a href="about.html">About</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="https://github.com/caltechlibrary/cloud-init-examples">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="about-this-software">About this software</h1>
<h2 id="cloud-init-examples-0.0.9">cloud-init-examples 0.0.9</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>R. S. Doiel</li>
</ul>
<p>This is a collection of Bash scripts and cloud-init YAML files to be
used with multipass for generating virtual machines useful for software
development in libraries and archives.</p>
<ul>
<li>License: <a
href="https://caltechlibrary.github.io/cloud-init-examples/LICENSE"
class="uri">https://caltechlibrary.github.io/cloud-init-examples/LICENSE</a></li>
<li>GitHub: <a
href="https://github.com/caltechlibrary/cloud-init-examples"
class="uri">https://github.com/caltechlibrary/cloud-init-examples</a></li>
<li>Issues: <a
href="https://github.com/caltechlibrary/cloud-init-examples/issues"
class="uri">https://github.com/caltechlibrary/cloud-init-examples/issues</a></li>
</ul>
<h3 id="programming-languages">Programming languages</h3>
<ul>
<li>Bash</li>
<li>YAML</li>
</ul>
<h3 id="operating-systems">Operating Systems</h3>
<ul>
<li>Ubuntu</li>
<li>macOS</li>
<li>Windows</li>
</ul>
<h3 id="software-requiremets">Software Requiremets</h3>
<ul>
<li>multipass</li>
<li>A rdp remote desktop viewer</li>
<li>Windows requires Windows WSL</li>
</ul>
</section>
<footer-global></footer-global>
</body>
</html>