| 1 |
/* $Id: README.txt,v 1.5 2008/02/13 23:38:55 sun Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
Demo Site is a simple module that allows you to take a snapshot of a Drupal
|
| 6 |
demonstration site. It turns a Drupal installation into a sandbox that you can
|
| 7 |
use for testing modules or publicly demonstrating a module / extension / theme
|
| 8 |
(you name it). In short: With cron enabled, the Drupal site will be reset to
|
| 9 |
the dumped state in a definable interval. Of course you can reset the site
|
| 10 |
manually, too.
|
| 11 |
|
| 12 |
For a full description visit the project page:
|
| 13 |
http://drupal.org/project/demo
|
| 14 |
Bug reports, feature suggestions and latest developments:
|
| 15 |
http://drupal.org/project/issues/demo
|
| 16 |
|
| 17 |
|
| 18 |
-- REQUIREMENTS --
|
| 19 |
|
| 20 |
* Cron, or alternatively Poormanscron (http://drupal.org/project/poormanscron).
|
| 21 |
|
| 22 |
|
| 23 |
-- INSTALLATION --
|
| 24 |
|
| 25 |
* Copy the demo module to your modules directory and enable it on the Modules
|
| 26 |
page (admin/build/modules).
|
| 27 |
|
| 28 |
* Optionally configure who is allowed to administer demo module, create dumps
|
| 29 |
and reset the site at the Access control page (admin/user/access).
|
| 30 |
|
| 31 |
|
| 32 |
-- CONFIGURATION --
|
| 33 |
|
| 34 |
* Configure the path where dumps will be stored at the Dump settings
|
| 35 |
(admin/build/demo).
|
| 36 |
|
| 37 |
To configure automatic reset:
|
| 38 |
|
| 39 |
* Go to Manage snapshots (admin/build/demo/manage) and select a snapshot
|
| 40 |
for cron.
|
| 41 |
|
| 42 |
* Enable atomatic reset from Dump settings (admin/build/demo). Make sure you
|
| 43 |
have cron configured to run at least once within the entered time interval.
|
| 44 |
|
| 45 |
|
| 46 |
-- USAGE --
|
| 47 |
|
| 48 |
* Go to Create snapshot (admin/build/demo/dump) and create your first
|
| 49 |
snapshot.
|
| 50 |
|
| 51 |
* After a while, reset your site (admin/build/demo/reset).
|
| 52 |
|
| 53 |
|
| 54 |
-- CONTACT --
|
| 55 |
|
| 56 |
Current maintainers:
|
| 57 |
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
|
| 58 |
* Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com
|
| 59 |
|
| 60 |
This project has been sponsored by:
|
| 61 |
* UNLEASHED MIND
|
| 62 |
Specialized in consulting and planning of Drupal powered sites, UNLEASHED
|
| 63 |
MIND offers installation, development, theming, customization, and hosting
|
| 64 |
to get you started. Visit http://www.unleashedmind.com for more information.
|
| 65 |
|