Sha256: 21b98930095b16f043f8454e7948cd43df485aca8fd300e4c9dccdb1992790ee
Contents?: true
Size: 1.91 KB
Versions: 13
Compression:
Stored size: 1.91 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>StaticMatic Documentation</title> <link href='/stylesheets/screen.css' media='screen' rel='stylesheet' /> </head> <body> <div id='page'> <div id='header'> <div id='logo'>StaticMatic</div> <div id='menu'> <ul> <li><a href="/">Home</a></li> <li><a href="/docs/getting_started.html">Documentation</a></li> <li><a href="../development.html">Development</a></li> </ul> </div> </div> <div id='content'> <h1>Getting Started</h1> <p>StaticMatic is designed to be quick & easy to get up and running.</p> <h2>Installing</h2> <p>You'll need to have (Ruby)[http://ruby-lang.org] installed along with Ruby's package manager (RubyGems)[http://rubygems.org/pages/download]. If you're using OSX or Linux, chances are you're ready to go. If you're using Windows, you may need to install Rubyy using one of the packages found (here)[http://www.ruby-lang.org/en/downloads/].</p> <p>To install StaticMatic, open a terminal window and run:</p> <pre><code>> gem install staticmatic
</code></pre> <p>If everything is set up correctly, you should now be able to run:</p> <pre><code>> staticmatic -v
</code></pre> <p>and see a version number.</p> <p>Congratulations - you're ready to start creating your first StaticMatic site!</p> <h2>Creating a site</h2> <p>Open a terminal and run:</p> <pre><code>> staticmatic setup my-first-site
</code></pre> <p>and StaticMatic will create a set of files for you to get started.</p> </div> </div> </body> </html>
Version data entries
13 entries across 13 versions & 2 rubygems