Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wagon: Deploying sitegen to repository
  • Loading branch information
FuseSource CI committed Jun 19, 2013
1 parent 504119a commit 8a59488
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions building/index.html
Expand Up @@ -80,17 +80,17 @@ <h2 id = "Installing_Global_Dependencies">Installing Global Dependencies</h2>

<p>You can do this by running:</p>

<pre><code>npm install -g typescript@0.8.1</code></pre>
<pre><code>npm install -g typescript</code></pre>

<p>Note, if you are using Ubuntu then you may need to use the <code>sudo</code> command:</p>

<pre><code>sudo npm install -g typescript@0.8.1</code></pre>
<pre><code>sudo npm install -g typescript</code></pre>

<p><a href="http://hawt.io/">hawtio</a> also makes use of <a href="http://gruntjs.com/">gruntjs</a> for building. This is mentioned in more detail <a href="http://hawt.io/building/index.html#Building&#95;with&#95;GruntJS">here</a>.</p>

<p>You can install this by running</p>

<pre><code>npm install -g grunt@0.3.17</code></pre>
<pre><code>npm install -g grunt</code></pre>

<h2 id = "Using_LiveReload">Using LiveReload</h2>

Expand Down
21 changes: 20 additions & 1 deletion index.html
Expand Up @@ -53,7 +53,26 @@
<p><div class="container">
<div id="content"></p>

<p><strong>hawtio</strong> is a lightweight and <a href="http://hawt.io/plugins/index.html">modular</a> HTML5 web console for managing your Java stuff. It's a <em>hawt</em> console to help you stay cool! <a class="btn btn-large btn-primary pull-right" href="http://hawt.io/getstarted/index.html" title="find out how to get started using hawtio to manage your java stuff">Get Started Now!</a></p>
<div class="row-fluid">
<div class="span8">
<p>
Don't cha wish your console was <a href="http://www.youtube.com/watch?v=YNSxNsr4wmA">hawt like me</a>? I'm <i>hawt</i> so you can stay cool
</p>
<p>
<b>hawtio</b> is a lightweight and <a href="http://hawt.io/plugins/index.html">modular</a> HTML5 web console with <a href="http://hawt.io/plugins/index.html">lots of plugins</a> for managing your Java stuff
</p>
</div>
<div class="span4">
<div class="btn-toolbar pull-right">
<div class="btn-group">
<a class="btn btn-large" href="https://vimeo.com/68442425" title="see a demo of provisioning Fuse containers, viewing, editing, debugging and provisioning Camel routes using Fuse Fabric with the hawtio console">View Demo</a>
</div>
<div class="btn-group">
<a class="btn btn-large btn-primary pull-right" href="http://hawt.io/getstarted/index.html" title="find out how to get started using hawtio to manage your java stuff">Get Started Now!</a>
</div>
</div>
</div>
</div>

<p><br/></p>

Expand Down

0 comments on commit 8a59488

Please sign in to comment.