Added gitorious-hosted repos to repository list.
[merb_radiant.git] / INSTALL
blobe23b81ea3a936011f3bf68aa943c9c93328616e2
1 == Installation 
3 === Prerequisites
5  Insure you have the following prerequisite gems:
6  - merb-core
7  - merb-more
8  - merb_helpers
9  - merb_rspec
10  - merb_activerecord (or merb_datamapper)
11  - activerecord      (or datamapper)
13  TODO: check this prereq list is comprehensive
15 === Instructions
17  1. choose a working directory, and change to your working directory.
18  2. clone the git repository:
19     git clone git://github.com/sbusso/merb_radiant.git
20  3. change to your merb_radiant directory:
21     cd merb_radiant
23  TODO: complete these instructions