Sha256: 2d9cbe45f07a8e8a3858dba75ee701ef61314534142af1a747c957c1259a16aa

Contents?: true

Size: 1.56 KB

Versions: 3

Compression:

Stored size: 1.56 KB

Contents

<!DOCTYPE html>
<html>
	<head>
		
			<title>Development Environment Setup</title>
		
		<meta charset="UTF-8"/>
		
		<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="show">
		
	<nav> › <a href="../index.html">Wiki</a> › <a href="index.html">Development Environment Setup</a></nav>

	
	<main>
		<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>


	</main>
	
	<footer>
		Last Modified: 2020-04-28 11:35:36 +1200
		— development-environment-setup/index.md
	</footer>

	</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
utopia-2.15.1 docs/development-environment-setup/index.html
utopia-2.15.0 docs/development-environment-setup/index.html
utopia-2.14.0 docs/development-environment-setup/index.html