shoestrap/index.html

57 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Shoestrap by cmer</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Shoestrap</h1>
<p>A simple alternative to Chef and Puppet</p>
<p class="view"><a href="https://github.com/cmer/shoestrap">View the Project on GitHub <small>cmer/shoestrap</small></a></p>
<ul>
<li><a href="https://github.com/cmer/shoestrap/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/cmer/shoestrap/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/cmer/shoestrap">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>What is Shoestrap?</h2>
<p>Shoestrap is a simple Bash-based alternative to Chef and Puppet. It speaks Bash so there's virtually no learning curve. More importantly, you won't have to learn yet another DSL. Shoestrap aims to get out of your way.</p>
<p>You should be able to get up and running in minutes, not hours.</p>
<h2>What's wrong with Chef, Puppet and co.?</h2>
<p>Chef and Puppet are great tools, but they are too complex for most use cases.
The learning curve for these tools is quite steep as they each have their own
DSL. On the other end, Shoestrap is just Bash. It does not require any
'Bash to config files' translation.</p>
<p>I believe Shoestrap is a great simple alternative to Chef or Puppet that will
fulfill the needs of most people.</p>
<h2>Example</h2>
<p>You can see a sample cookbook at <a href="http://github.com/cmer/shoestrap-example">http://github.com/cmer/shoestrap-example</a>.</p>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/cmer">cmer</a></p>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>