forked from rszrama/commercedev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
28 lines (22 loc) · 1.08 KB
/
README.txt
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
// $Id$
Drupal Commerce (Dev) - Installation profile
This installation profile installs the standard Drupal installation profile with
the exception of the Toolbar module. It installs the Administration Menu, Rules
(and its dependencies), and Views modules followed by the current Commerce
modules in development. It then provides some default block configuration and
builds dummy content for quick feature testing.
Place this profile into the profiles/commercedev directory of your site and make
sure all the dependencies are in a valid modules directory for the site.
DEPENDENCIES:
http://drupal.org/project/addressfield
http://drupal.org/project/admin_menu
http://drupal.org/project/commerce
http://drupal.org/project/ctools
http://drupal.org/project/entity
http://drupal.org/project/rules
http://drupal.org/project/views
DRUSH:
This installation profile includes a drush makefile, simply run:
$ drush make https://github.com/aidanlister/commercedev/raw/master/build.make commercedev
$ drush site-install commercedev --db-url mysql://user:pass@localhost/commercedev
... and you're up and running.