This repository was archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (173 loc) · 8.32 KB
/
index.html
File metadata and controls
185 lines (173 loc) · 8.32 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
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
---
layout: default
---
<div class="p-strip--light is-deep">
<div class="row u-vertically-center">
<div class="col-8">
<h1>Get started with big software, fast</h1>
<h2 class="p-heading--four u-sv3">conjure-up lets you summon up a big-software stack as a “spell” — a model of the stack, combined with extra know-how to get you from an installed stack to a fully usable one. Start using your big software instead of learning how to deploy it.</h2>
<div>
<a class="github-button" data-size="large" href="https://github.com/conjure-up/conjure-up" aria-label="Follow @conjure-up on GitHub"></a>
<a class="github-button" data-size="large" href="https://github.com/conjure-up/conjure-up" data-icon="octicon-star" data-show-count="true" aria-label="Star conjure-up/conjure-up on GitHub"></a>
<a class="github-button" data-size="large" href="https://github.com/conjure-up/conjure-up/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork conjure-up/conjure-up on GitHub"></a>
</div>
</div>
<div class="col-4 u-align--center u-hide--small">
<img src="{{ site.asset_path }}1abb8716-conjure-up-illustration.svg" alt="conjure-up illustration" />
</div>
</div>
</div>
<div class="p-strip">
<div class="row">
<h2>Get started</h2>
<p class="p-heading--five u-no-margin--bottom">Hardware requirements:</p>
<ul class="p-inline-list--middot u-sv3">
<li class="p-inline-list__item">2 cores</li>
<li class="p-inline-list__item">16G RAM</li>
<li class="p-inline-list__item">32G Swap</li>
<li class="p-inline-list__item">250G SSD</li>
<li class="p-inline-list__item">64-bit only</li>
</ul>
<ol class="p-stepped-list--detailed">
<li class="p-stepped-list__item col-8">
<h3 class="p-stepped-list__title">
Update your system
</h3>
<div class="p-stepped-list__content">
<p>It is always recommended to have the latest packages installed prior to running conjure-up:</p>
<pre><code>sudo apt update
sudo apt upgrade</code></pre>
</div>
</li>
<li class="p-stepped-list__item col-8">
<h3 class="p-stepped-list__title">
Install conjure-up
</h3>
<div class="p-stepped-list__content">
<p>conjure-up is available on Ubuntu Xenial 16.04 LTS and macOS</p>
<h5 class="u-no-padding--top">On Ubuntu</h5>
<pre><code>sudo snap install conjure-up --classic</code></pre>
<div class="p-notification--information">
<p class="p-notification__response">
<span class="p-notification__status">Note:</span>
<span class="p-notification__line">If above command fails you’ll want to make sure <strong>snapd</strong> is installed with <code>sudo apt install snapd</code></span>
</p>
</div>
<h5 class="u-no-padding--top">On macOS</h5>
<pre><code>brew install conjure-up</code></pre>
</div>
</li>
<li class="p-stepped-list__item col-8">
<h3 class="p-stepped-list__title">
Users of LXD
</h3>
<div class="p-stepped-list__content">
<p>conjure-up requires that the minimum version of LXD be 3.0.0. Additionally, LXD should be configured prior to running.
<a href="https://docs.conjure-up.io/stable/en/user-manual#users-of-lxd" class="p-link--external">Follow the LXD setup documentation</a>
</p>
</div>
</li>
<li class="p-stepped-list__item col-8">
<h3 class="p-stepped-list__title">
Running conjure-up
</h3>
<div class="p-stepped-list__content">
<p>To deploy solutions such as Kubernetes you will summon a spell:</p>
<pre><code>conjure-up kubernetes</code></pre>
<p>To see a list of all available spells run:</p>
<pre><code>conjure-up</code></pre>
</div>
</li>
</ol>
</div>
</div>
<div class="p-strip--light">
<div class="row">
<div class="col-12">
<h2>conjure-up spells</h2>
</div>
</div>
<div class="row u-equal-height">
<div class="col-4 p-card--highlighted">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}dba11aee-kubernetes.svg" alt="Kubernetes logo" />
<h4 class="p-heading-icon__title">Kubernetes</h4>
</div>
<p>Get the Canonical Distribution of Kubernetes deployed and running all on a single machine.</p>
<p><code>$ conjure-up kubernetes</code></p>
<p><a class="p-link--external" href="https://docs.ubuntu.com/conjure-up/en/walkthrough">Kubernetes with conjure-up</a></p>
</div>
</div>
<div class="col-4 p-card--highlighted">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}873bc93e-OpenStack_Logo_Mark.svg" alt="OpenStack logo" />
<h4 class="p-heading-icon__title">OpenStack</h4>
</div>
<p>Easily deploy real-world OpenStack on a single machine using LXD containers.</p>
<p><code>$ conjure-up openstack</code></p>
<p><a class="p-link--external" href="https://www.ubuntu.com/download/cloud/conjure-up">OpenStack with conjure-up</a></p>
</div>
</div>
<div class="col-4 p-card--highlighted">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}c7b173c6-openstack-conjure-up.svg" alt="Spell picto" />
<h4 class="p-heading-icon__title">More spells</h4>
</div>
<p>View all spells by using the command above, or view them in the GitHub repository.</p>
<p><code>$ conjure-up</code></p>
<p><a class="p-link--external" href="https://github.com/conjure-up/spells">Go to spell registry</a></p>
</div>
</div>
</div>
</div>
<div class="p-strip">
<div class="row">
<div class="col-12">
<h2>Getting help with conjure-up</h2>
</div>
</div>
<div class="row p-divider">
<div class="col-4 p-divider__block">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}3fd62570-docs.svg" alt="User manual icon">
<h4 class="p-heading-icon__title">User manual</h4>
</div>
<p>Refer to the user manual to get a more detailed guide in how to get up and running with conjure-up.</p>
<p><a class="p-link--external" href="https://docs.ubuntu.com/conjure-up/en/">Read the user manual</a></p>
</div>
</div>
<div class="col-4 p-divider__block">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}5c0fb313-ask+ubuntu.svg" alt="Ask Ubuntu icon">
<h4 class="p-heading-icon__title">Ask Ubuntu</h4>
</div>
<p>Troubleshoot and browse questions on the Ask Ubuntu StackExchange.</p>
<p><a class="p-link--external" href="https://askubuntu.com/questions/tagged/conjure-up">Go to askubuntu.com</a></p>
</div>
</div>
<div class="col-4 p-divider__block">
<div class="p-heading-icon--small">
<div class="p-heading-icon__header">
<img class="p-heading-icon__img" src="{{ site.asset_path }}d3ae9c8e-irc-icon-circle.svg" alt="IRC icon">
<h4 class="p-heading-icon__title"><abbr title="Internet Relay Chat">IRC</abbr></h4>
</div>
<p>Join the <code>#conjure-up</code> channel on <code>irc.freenode.net</code> if you’re having problems with getting conjure-up running.</p>
<p><a class="p-link--external" href="https://webchat.freenode.net/">Go to webchat.freenode.net</a></p>
</div>
</div>
</div>
</div>
<div class="p-strip--light">
<div class="row">
<div class="col-8">
<h2>How to contribute to conjure-up</h2>
<p>Create your own spells from scratch using the developer manual or build off existing spells via GitHub.</p>
<a href="https://github.com/conjure-up/conjure-up" class="p-button has-icon"><i class="p-icon--plus" style="background-image: url(https://assets.ubuntu.com/v1/f307a122-icon-github.svg)"></i> <span>View on GitHub</span></a>
</div>
</div>
</div>