Sha256: 249a2500ae4a1f448a98a4295263c03aa4bf1b8438e2e6a19351e5e8e3bfc2c2
Contents?: true
Size: 1.83 KB
Versions: 31
Compression:
Stored size: 1.83 KB
Contents
<!DOCTYPE html> <html> <head> <title>Development Environment Setup - Utopia</title> <meta charset="UTF-8"/> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous"/> <link rel="icon" type="image/png" href="../_static/icon.png"/> <link rel="stylesheet" href="../_static/site.css" type="text/css" media="screen"/> <script src="../_components/jquery/jquery.min.js"></script> <script src="../_components/jquery-syntax/jquery.syntax.min.js"></script> <script type="text/javascript"> //<![CDATA[ jQuery(function($) { $.syntax(); }); //]]> </script> </head> <body class=""> <header> <img src="../_static/utopia.svg"/> </header> <div id="page"> <nav> › <a href="../wiki.html">Wiki</a> › <a href="development-environment-setup.html">Development Environment Setup</a></nav> <h1 id="development-environment-setup">Development Environment Setup</h1> <p>Utopia is built on Ruby and Rack. Therefore, Ruby (suggested 2.0+) should be installed and working. Then, simply run:</p> <pre><code class="language-bash">$ gem install utopia </code></pre> <p>To install all required dependencies.</p> <p>Utopia and it’s dependencies are built on Linux and Mac by default, and therefore compatibility with Windows is not guaranteed.</p> <h2 id="atom-integration">Atom Integration</h2> <p>Utopia uses <a href="https://github.com/ioquatix/trenni">Trenni</a> for templates and it has a syntax slightly different from ERB. However, there is a <a href="https://atom.io/packages/language-trenni">package for Atom</a> which provides accurate syntax highlighting.</p> <footer> Last Modified: 2016-12-07 17:37:12 +1300 — </footer> </div> </body> </html>
Version data entries
31 entries across 31 versions & 1 rubygems