/[drupal]/contributions/modules/erp/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/erp/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.8 - (show annotations) (download)
Mon Aug 11 01:16:48 2008 UTC (15 months, 2 weeks ago) by simon
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.7: +9 -50 lines
File MIME type: text/plain
Bringing all code up to date with our local development of 5.x
Way to many changes to list, but og dependancy has been removed, and most things
work except add/remove lines from invoices, quotes etc.
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

  ViewVC Help
Powered by ViewVC 1.1.2