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
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
19 * `git clone git://github.com/sam/dm-core.git`
21 * `git clone git://github.com/sam/dm-more.git`
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`
41 You can also run individual groups of specs. To see tasks available to you:
48 Like any other Merb application, to startup the application: