Updated installation instructions and ReadMe
[merb_mart.git] / INSTALL
blob31d4015befae710d83994e65b1e25587367a0c03
1 Installation
2 ============
3  
4 Dependencies
5 ------------
7 MerbMart master branch is being built on the cutting-edge Merb framework, and
8 the bleeding edge DataMapper framework. As such, you'll have to get yourself 
9 setup with those gems before you get the chance to play with MerbMart.
11 Dependencies for MerbMart:
13  * **DataMapper 0.9** - 'edge' development
14     * *DataObjects*
15         * `git clone git://github.com/sam/do.git`
16         * `cd data_objects && rake gem && sudo gem install pkg/data_objects-0.9.0.gem`
17         * install the relevant driver for your database
18     * *dm-core* 
19         * `git clone git://github.com/sam/dm-core.git`
20     * *dm-more* 
21         * `git clone git://github.com/sam/dm-more.git`
22         * *dm-is-tree*
23         * *dm-migrations*
24         * *dm-timestamps*
25         * *dm-types*
26         * *dm-validations*
27         * *merb\_datamapper*  
28         (do not use the *merb\_datamapper* included in the 0.9.2 distribution of
29          *merb_plugins*, as it was designed for DataMapper 0.3 series)
30  * **Merb 0.9.2** (or above)
31     * *merb-core*       : `sudo gem install merb-core`
32     * *merb-more*       : `sudo gem install merb-more`
33     
34 Running Specs
35 -------------
37 To run all specs:
39     rake spec
41 You can also run individual groups of specs. To see tasks available to you:
43     rake -T
45 Installation
46 ------------
48 Like any other Merb application, to startup the application:
50     merb