-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvm.html
168 lines (146 loc) · 6.09 KB
/
vm.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Norvig Web Data Science Award</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/nbwsa-2014.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36109664-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- Navbar
================================================== -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="./index.html">Norvig Award</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="">
<a href="index.html">Home</a>
</li>
<li class="">
<a href="learnmore.html">Learn more</a>
</li>
<li class="">
<a href="apply.html">Apply</a>
</li>
<li class="active">
<a href="gettingstarted.html">Getting started</a>
</li>
<li class="">
<a href="submittingresults.html">Submit results</a>
</li>
<li class="">
<a href="faq.html">FAQ</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="jumbotron masthead">
<div class="container">
<h1>Norvig Web Data Science Award</h1>
<p>show what you can do with 3 billion web pages<small><br/>by <a href="http://www.surfsara.nl"><img alt="SURFsara" src="assets/images/sara.logo.png"></a> and <a href="http://www.commoncrawl.org"><img src="assets/images/commoncrawl-small.png" alt="CommonCrawl"></a></small></p>
</div>
</div>
<div class="container">
<div class="span9">
<div class="page-header">
<h1>Setting up your development environment</h1>
</div>
<section id="install">
<h2>Step 1: Install VirtualBox</h2>
<p>To run the VM you have to download and install VirtualBox.</p>
<p>If you're on <strong>OS X, Windows, or Solaris</strong> you can download VirtualBox
from it's <a href="http://virtualbox.org">homepage</a>. Run the installer and
follow the steps.</p>
<p>If you're on <strong>Linux</strong>, chances are VirtualBox can be installed
through your package manager. If that doesn't you can download deb's and rpm's
from the <a href="http://virtualbox.org">homepage</a>.</p>
<hr class="soften" />
</section>
<section id="download">
<h2>Step 2: Download the VM</h2>
<p>The Virtual Machine is an <a href="http://en.wikipedia.org/wiki/Open_Virtualization_Format">
Open Virtualization Archive</a>. We have tested it on OS X (Mavericks), Windows 7,
and Ubuntu.</p>
<p><a href="http://beehub.nl/surfsara-hadoop/public/awardvm.ova">The VM
image</a> (1.6GB) can be downloaded from the SURFsara Beehub server.</p>
<hr class="soften" />
</section>
<section id="import">
<h2>Step 3: Import the VM</h2>
<p>Open VirtualBox and import the VM by selecting "File → Import Appliance". Follow the on-screen
instructions.</p>
<p>The VM comes with sensible default settings:</p>
<ul>
<li>1GB of memory</li>
<li>1 CPU-core</li>
<li>A 16GB virtual hard drive</li>
</ul>
<p>The settings should be working on most systems, but if you run into trouble this is what
you might want to tweak.</p>
<hr class="soften" />
</section>
<section id="run">
<h2>Step 4: Run the VM</h2>
<p>You can start the VM by clicking the Start arrow in the VirtualBox interface. When
Ubuntu has booted you can <a href="examples.html">start</a> by getting a feel
for Hadoop and the Common Crawl data!</p>
<hr class="soften" />
</section>
</div>
<div class="span2" id="sponsors">
<ul class="thumbnails">
<li>
<a href="http://www.surfsara.nl" class="thumbnail">
<img src="assets/images/sara.logo.png" alt="SURFsara">
</a>
</li>
<li>
<a href="http://www.commoncrawl.org" class="thumbnail">
<img src="assets/images/cc.logo.png" alt="Common Crawl">
</a>
</li>
<li>
<a href="http://www.github.com" class="thumbnail">
<img src="assets/images/github.logo.png" alt="Github">
</a>
</li>
</ul>
</div>
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Design adapted from <a href="http://www.twitter.com">Twitter</a>’s <a href="http://twitter.github.com/bootstrap">Bootstrap</a> page</p>
</div>
</footer>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</body>
</html>