Shopify / vision

The vision toolkit ( Shopify in a box -- for template designers )

This URL has Read+Write access

tobi (author)
Thu Oct 01 14:44:38 -0700 2009
commit  525fbbe0304635ff5eee22d7dd5d22bdbdffb964
tree    32cfb9946bef9f62c4901011df30bf495b07d07e
parent  5f5471a8c359edefeb4f8715df81a1f1eecf8e0c parent  505ecf2b26424d0732067886bbaf5925f1f08a5e
vision / public / ruby.html
100644 37 lines (23 sloc) 1.205 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<title>Where do i get ruby?</title>
<link rel="stylesheet" href="stylesheets/vision.css" type="text/css" media="screen" title="Wizard" charset="utf-8" />
 
<script src="http://shopify.com/mint/?js" type="text/javascript"></script>
</head>
 
<body>
    
    <div id="wizard">
      <h2>Getting ruby</h2>
      <p>The modest requirement for getting vision to run</p>
      
      <h3>Windows</h3>
      <p>Windows users get to use the fantastic <a href="http://rubyforge.org/frs/?group_id=167&release_id=4153">One Click Installer...</a></p>
      
      <h3>Linux</h3>
      <p>Check your package management system, on debian for example you run <code>apt-get install ruby</code></p>
      
      <h3>Mac OSX</h3>
      <p>OSX comes with ruby pre-installed, you are good to go</p>
      
      <p><a href="/">Back</a> to the vision page
    </div>
        
</html>