Removed Hoe code, dependency.
[merb_radiant.git] / INSTALL
blob19f5353c88c376ca08040bfe012d4f8148dcd47a
2 == Installation and Setup
4 === Prerequisites
6  Insure you have the following prerequisite gems:
7  - merb-core
8  - merb-more
9  - merb_helpers
10  - merb_rspec
11  - merb_activerecord (or merb_datamapper)
12  - activerecord      (or datamapper)
14  TODO: check this prereq list is comprehensive
16 === Instructions
18  1. choose a working directory, and change to your working directory.
19  2. clone the git repository:
20     git clone git://github.com/sbusso/merb_radiant.git
21  3. change to your merb_radiant directory:
22     cd merb_radiant
24  TODO: complete these instructions