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

Commit

Permalink
install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
WardCunningham committed Jul 31, 2011
1 parent 840c13f commit 49ed040
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions ReadMe.md
Expand Up @@ -19,6 +19,32 @@ This project has been founded within the community assembled in Portland at the

* [http://IndieWebCamp.com]

Install and Launch
==================

The server is distributed as a GitHub repository. The server distributes a web client to any visitor. You will need a git client. Learn more from GitHub:

http://help.github.com/

When you have git. Use it to clone the repository:

git clone git@github.com:WardCunningham/Smallest-Federated-Wiki.git
cd Smallest-Federated-Wiki

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

sudo gem install bundler
sudo bundle install

You're ready to launch the server:

ruby server/server.rb

Now go to your browser and browse your new wiki:

http://localhost:4567


Looking For Code Bloat
======================

Expand Down

0 comments on commit 49ed040

Please sign in to comment.