-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorial.html
More file actions
26 lines (20 loc) · 1.92 KB
/
tutorial.html
File metadata and controls
26 lines (20 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
<title>OpenCache Project: Tutorial</title>
</head>
<body>
<h1><span style="color:#942930;">Open</span><span style="color:#3F4142;">Cache</span> <span style="font-weight:300">Tutorial</span></h1>
<div class='links'><a href='index.html'>overview</a> // <a href='docs.html'>docs</a> // <a href='#'>tutorial</a> // <a href='research.html'>research</a> // <a href='about.html'>about</a></div>
<p>The easiest and quickest way to get started with <span style="color:#942930;">Open</span><span style="color:#3F4142;">Cache</span> is to use the <a href='https://github.com/opencache-project/opencache-vagrant'>Vagrant</a> box located in the GitHub <a href='https://github.com/opencache-project'>project</a>. This is a virtual machine containing all of the tools needed to give <span style="color:#942930;">Open</span><span style="color:#3F4142;">Cache</span> a spin.</p>
<p>Firstly, run:<pre><code class="bash">git clone https://github.com/opencache-project/opencache-vagrant</code></pre></p>
<p>This will duplicate the necessary code into a new directory. Next, install <a href='https://www.vagrantup.com/'>Vagrant</a> if you haven't done so already. Finally, start the virtual machine using:<pre><code class="bash">vagrant up</code></pre></p>
<p>See the <a href='https://raw.githubusercontent.com/opencache-project/opencache-vagrant/master/README.md'>README</a> for more details, including the contents of the virtual machine and how best to use it. A more detailed tutorial will be provided shortly; thank you for your patience in the meantime.</p>
</body>
<footer>
© Matthew Broadbent 2016
</footer>
</html>