You are here

README.txt in Demonstration site (Sandbox / Snapshot) 5

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 README.txt
  3. 7 README.txt
-- SUMMARY --

Demo Site is a simple module that allows you to take a snapshot of a Drupal
demonstration site. It turns a Drupal installation into a sandbox that you can
use for testing modules or publicly demonstrating a module / extension / theme
(you name it). In short: With cron enabled, the Drupal site will be reset to
the dumped state in a definable interval. Of course you can reset the site
manually, too.

For a full description visit the project page:
  http://drupal.org/project/demo
Bug reports, feature suggestions and latest developments:
  http://drupal.org/project/issues/demo


-- REQUIREMENTS --

* Cron, or alternatively Poormanscron (http://drupal.org/project/poormanscron).


-- INSTALLATION --

* Copy the demo module to your modules directory and enable it on the Modules
  page (admin/build/modules).

* Optionally configure who is allowed to administer demo module, create dumps
  and reset the site at the Access control page (admin/user/access).


-- CONFIGURATION --

* Configure the path where dumps will be stored at the Dump settings
  (admin/build/demo).

To configure automatic reset:

* Go to Manage snapshots (admin/build/demo/manage) and select a snapshot
  for cron.

* Enable atomatic reset from Dump settings (admin/build/demo). Make sure you
  have cron configured to run at least once within the entered time interval.


-- USAGE --

* Go to Create snapshot (admin/build/demo/dump) and create your first
  snapshot.

* After a while, reset your site (admin/build/demo/reset).


-- CONTACT --

Current maintainers:
* Daniel F. Kudwien (sun) - dev@unleashedmind.com
* Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com

This project has been sponsored by:
* UNLEASHED MIND
  Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  MIND offers installation, development, theming, customization, and hosting
  to get you started. Visit http://www.unleashedmind.com for more information.

File

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