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 &amp; 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>&gt; gem install staticmatic&#x000A;</code></pre>
        
        <p>If everything is set up correctly, you should now be able to run:</p>
        
        <pre><code>&gt; staticmatic -v&#x000A;</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>&gt; staticmatic setup my-first-site&#x000A;</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

Version Path
staticmatic2-2.1.8 website/site/docs/getting_started.html
staticmatic2-2.1.7 website/site/docs/getting_started.html
staticmatic2-2.1.6 website/site/docs/getting_started.html
staticmatic2-2.1.5 website/site/docs/getting_started.html
staticmatic2-2.1.4 website/site/docs/getting_started.html
staticmatic2-2.1.3 website/site/docs/getting_started.html
staticmatic2-2.1.2 website/site/docs/getting_started.html
staticmatic2-2.1.1 website/site/docs/getting_started.html
staticmatic2-2.1.0 website/site/docs/getting_started.html
staticmatic2-2.0.2 website/site/docs/getting_started.html
staticmatic2-2.0.1 website/site/docs/getting_started.html
staticmatic2-2.0.0 website/site/docs/getting_started.html
staticmatic-0.11.1 website/site/docs/getting_started.html