Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Update installation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jun 27, 2011
1 parent 9237887 commit d0a1940
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.rdoc
Expand Up @@ -47,27 +47,26 @@ documentation for more info.

Before deploying this app, you will need Ruby, RubyGems, Passenger (mod_rack),
and Git installed on your webserver. Helium's web frontend assumes you will be
using Rack to serve the application. You will also need these gems, though
RubyGems should install these for you:
using Rack to serve the application.

gem install grit jake packr oyster sinatra rack
If you've checked Helium out from Git, use Bundler to install its dependencies:

Prefix this and any other `gem install` commands with `sudo` if you have your
system set up in such a way that it's necessary.
gem install bundler
bundle install


== Installation

To install from Rubyforge:
To install from Rubygems:

gem install helium

To install from GitHub:

git clone git://github.com/othermedia/helium.git
cd helium
ln -s README.rdoc README.txt
rake install_gem
gem build helium.gemspec
gem install helium-0.2.0.gem

With the gem installed, you can install a copy of the web app anywhere on your
system using the <tt>he install</tt> command with the name of the directory to
Expand Down
2 changes: 1 addition & 1 deletion lib/helium/views/layout.erb
Expand Up @@ -50,7 +50,7 @@
<div class="clear"></div>
<div class="footer">
<p class="logo"><%= logotype %></p>
&copy; 2009&ndash;2010 <a href="http://othermedia.com">theOTHERmedia</a>. Source code is
&copy; 2009&ndash;2011 <a href="http://othermedia.com">theOTHERmedia</a>. Source code is
<a href="http://github.com/othermedia/helium">hosted on GitHub</a>.
</div>

Expand Down

0 comments on commit d0a1940

Please sign in to comment.