| 1 |
$Id: INSTALL,v 1.7 2006/04/18 08:48:30 ber Exp $
|
| 2 |
|
| 3 |
If upgrading from a previous version, see notes below.
|
| 4 |
|
| 5 |
Installation:
|
| 6 |
|
| 7 |
1) Place these files into modules/flexinode:
|
| 8 |
flexinode.module
|
| 9 |
flexinode.install
|
| 10 |
field_checkbox.inc
|
| 11 |
field_file.inc
|
| 12 |
field_image.inc
|
| 13 |
field_select.inc
|
| 14 |
field_textarea.inc
|
| 15 |
field_textfield.inc
|
| 16 |
field_timestamp.inc
|
| 17 |
|
| 18 |
2) Enable the flexinode module in Drupal, at:
|
| 19 |
administration -> site configuration -> modules
|
| 20 |
|
| 21 |
3) Create new flexible content types, at:
|
| 22 |
administration -> content on the 'content types' and 'add content type' tabs
|
| 23 |
|
| 24 |
|
| 25 |
Upgrading:
|
| 26 |
To perform possible update to your database, tend your browser at /update.php
|
| 27 |
and perform updates if needed.
|