Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
correct sequence of rvm and bundle install
Browse files Browse the repository at this point in the history
  • Loading branch information
WardCunningham committed Oct 2, 2011
1 parent 17002f7 commit f6e2528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ReadMe.md
Expand Up @@ -31,15 +31,15 @@ When you have git. Use it to clone the repository:
git clone git://github.com/WardCunningham/Smallest-Federated-Wiki.git
cd Smallest-Federated-Wiki

We're using Ruby 1.9.2 which we manage with rvm:

rvm 1.9.2

The server is a ruby bundle. Get the bundler and then use it to get everything else:

sudo gem install bundler
sudo bundle install

We're now using Ruby 1.9.2 which we manage with rvm:

rvm 1.9.2

Launch the server with this bundle command:

bundle exec rackup -s thin -p 1111
Expand Down

0 comments on commit f6e2528

Please sign in to comment.