You are here

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

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6 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

Currently only MySQL and PostgreSQL are supported.SQLite isn't supported.

-- INSTALLATION --

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

* Optionally configure who is allowed to administer Demo module, create dumps
  and reset the site on the Permissions page (admin/config/people/permissions).


-- CONFIGURATION --

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

To configure automatic reset:

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

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


-- USAGE --

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

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


-- CONTACT --

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

Current maintainers:
* David Suissa (DYdave)
* Gaurav Kapoor (gaurav.kapoor)
* Prafull Ranjan (prafullsranjan)

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.

* OpenSense Labs
  OpenSense Labs is a global premium full-service Drupal agency. We specialize
  in Drupal & Product engineering and focus on delivering experience platforms
  to ensure client success and satisfaction across different industries. Visit
  https://opensenselabs.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. Currently only MySQL and PostgreSQL are supported.SQLite isn't supported.
  13. -- INSTALLATION --
  14. * Copy the Demo module to your modules directory and enable it on the Modules
  15. page (admin/structure/modules).
  16. * Optionally configure who is allowed to administer Demo module, create dumps
  17. and reset the site on the Permissions page (admin/config/people/permissions).
  18. -- CONFIGURATION --
  19. * Configure the path where dumps will be stored at the Dump settings
  20. (admin/structure/demo).
  21. To configure automatic reset:
  22. * Go to Manage snapshots (admin/structure/demo/manage) and select a snapshot
  23. for cron.
  24. * Enable atomatic reset from Dump settings (admin/structure/demo). Make sure you
  25. have cron configured to run at least once within the entered time interval.
  26. -- USAGE --
  27. * Go to Create snapshot (admin/structure/demo/dump) and create your first
  28. snapshot.
  29. * After a while, reset your site (admin/structure/demo/reset).
  30. -- CONTACT --
  31. Previous maintainers:
  32. * Daniel F. Kudwien (sun) - dev@unleashedmind.com
  33. * Stefan M. Kudwien (smk-ka) - dev@unleashedmind.com
  34. Current maintainers:
  35. * David Suissa (DYdave)
  36. * Gaurav Kapoor (gaurav.kapoor)
  37. * Prafull Ranjan (prafullsranjan)
  38. This project has been sponsored by:
  39. * UNLEASHED MIND
  40. Specialized in consulting and planning of Drupal powered sites, UNLEASHED
  41. MIND offers installation, development, theming, customization, and hosting
  42. to get you started. Visit http://www.unleashedmind.com for more information.
  43. * OpenSense Labs
  44. OpenSense Labs is a global premium full-service Drupal agency. We specialize
  45. in Drupal & Product engineering and focus on delivering experience platforms
  46. to ensure client success and satisfaction across different industries. Visit
  47. https://opensenselabs.com for more information.