| 1 |
|
| 2 |
Basics
|
| 3 |
------
|
| 4 |
This is erp for drupal 5.x
|
| 5 |
|
| 6 |
To utilise the drupal install profile, follow these guidelines,
|
| 7 |
assuming that DRUPAL is the base directory you unzipped the
|
| 8 |
standard drupal archive in:
|
| 9 |
|
| 10 |
copy the erp.profile file to DRUPAL/profiles/erp/erp.profile
|
| 11 |
copy the rest of the erp files to DRUPAL/sites/all/modules/erp/
|
| 12 |
or DRUPAL/modules/erp/
|
| 13 |
|
| 14 |
Thats all that is required for erp, but we can utilise some extra
|
| 15 |
modules as well. Grab the latest releases from these projects
|
| 16 |
and install
|
| 17 |
|
| 18 |
Workflow
|
| 19 |
http://drupal.org/project/workflow/
|
| 20 |
|
| 21 |
Views
|
| 22 |
http://drupal.org/project/views/
|
| 23 |
|
| 24 |
Event
|
| 25 |
http://drupal.org/project/event/
|
| 26 |
|
| 27 |
Javascript Tools
|
| 28 |
http://drupal.org/project/jstools/
|
| 29 |
|
| 30 |
Unzip/Untar these into the DRUPAL/sites/all/modules/ directory, and they
|
| 31 |
will create their own sudirectories.
|
| 32 |
|
| 33 |
The "sites" part of my DRUPAL directory tree looks like this:
|
| 34 |
|
| 35 |
|-- sites
|
| 36 |
| |-- all
|
| 37 |
| | `-- modules
|
| 38 |
| | `-- coder
|
| 39 |
| | `-- devel
|
| 40 |
| | `-- event
|
| 41 |
| | `-- jstools
|
| 42 |
| | `-- views
|
| 43 |
| | `-- workflow
|
| 44 |
| `-- default
|
| 45 |
| `-- erp
|
| 46 |
|