public
Description: open-source e-commerce built on merb
Clone URL: git://github.com/myabc/merb_mart.git
Search Repo:
Click here to lend your support to: merb_mart and make a donation at www.pledgie.com !
myabc (author)
Thu May 08 03:15:21 -0700 2008
commit  72213a301782666f2277ba78d342274676328233
tree    814b722a9527d1e15ccc4313fcfb168e5081bbb6
parent  8388fe58541d56708c0b85fcc0e940d7946c9179
merb_mart / INSTALL
100644 57 lines (45 sloc) 1.775 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Installation
============
 
Dependencies
------------
 
MerbMart master branch is being built on the cutting-edge Merb framework, and
the bleeding edge DataMapper framework. As such, you'll have to get yourself
setup with those gems before you get the chance to play with MerbMart.
 
Dependencies for MerbMart:
 
 * **DataMapper 0.9** - 'edge' development
    * *DataObjects*
        * `git clone git://github.com/sam/do.git`
        * `cd data_objects && rake gem && sudo gem install pkg/data_objects-0.9.0.gem`
        * install the relevant driver for your database
    * *dm-core*
        * `git clone git://github.com/sam/dm-core.git`
    * *dm-more*
        * `git clone git://github.com/sam/dm-more.git`
        * *dm-aggregates*
        * *dm-is-tree*
        * *dm-migrations*
        * *dm-timestamps*
        * *dm-types*
        * *dm-validations*
        * *merb\_datamapper*
        (NOTE: do not use the *merb\_datamapper* included in the 0.9.2 distribution of
         *merb_plugins*, as it was designed for DataMapper 0.3 series)
 * **Merb 0.9.3** (or above)
    * *merb-core* : `sudo gem install merb-core`
    * *merb-more* : `sudo gem install merb-more`
    * *merb\_plugins*
        * *merb\_helpers* : `sudo gem install merb_helpers`
        * *merb\_stories*
        (NOTE:> 0.9.3 required. Install from merb\_plugins source.
        See merb-plugins issue
        [106](http://merb.lighthouseapp.com/projects/7588/tickets/106-merb_stories-require-old-rspec-plugin) )
    
Running Specs
-------------
 
To run all specs:
 
    rake spec
 
You can also run individual groups of specs. To see tasks available to you:
 
    rake -T
 
Installation
------------
 
Like any other Merb application, to startup the application:
 
    merb