README.txt 1.9 KB

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