You are here

INSTALL.txt in Boost 5

Same filename and directory in other branches
  1. 6 INSTALL.txt
REQUIREMENTS
------------
This version of Boost is designed for Drupal 4.7 running on a Unix platform.
Drupal's clean URLs MUST be enabled and working properly.

The `path' and `pathauto' modules are recommended.

In order for the static files to be correctly expired, the Drupal cron job
must be correctly setup to execute more often than, or as often as, the
cache lifetime interval you specify.

Since the static page caching is implemented with mod_rewrite directives,
Apache version 1.3 or 2.x with mod_rewrite enabled is required (if Drupal's
clean URLs work for you, you're fine; if not, get them working first).
Other web servers, such as Lighttpd, are NOT supported at present.

The `drush' module is required for (optional) command line usage.

INSTALLATION
------------
1. Go to Administer >> Site configuration >> Clean URLs and ensure that
   Drupal's clean URLs are enabled and working properly on your site.

2. Copy all the module files into a subdirectory called modules/boost/
   under your Drupal installation directory.

3. Go to Administer >> Site building >> Modules and enable the Boost module.

4. Go to Administer >> Site configuration >> Performance >> Boost to review
   and change the module's configuration options to your liking.

5. Go to Administer >> Site configuration >> Performance, specify the cache
   directory (must be writable by the web server) and enable static caching.

6. Log out from Drupal (or use another browser) and browse around your site
   as the anonymous user. Ensure that static files are indeed being
   generated into the Boost cache directory you specified above.

7. IMPORTANT: replace your .htaccess file in the Drupal installation
   directory with the file from modules/boost/htaccess/boosted.txt,
   customizing the mod_rewrite rules to your particular setup if needed.
   (If you fail to do this, static page caching will NOT work!)

8. (See README.txt for information on submitting bug reports.)

File

INSTALL.txt
View source
  1. REQUIREMENTS
  2. ------------
  3. This version of Boost is designed for Drupal 4.7 running on a Unix platform.
  4. Drupal's clean URLs MUST be enabled and working properly.
  5. The `path' and `pathauto' modules are recommended.
  6. In order for the static files to be correctly expired, the Drupal cron job
  7. must be correctly setup to execute more often than, or as often as, the
  8. cache lifetime interval you specify.
  9. Since the static page caching is implemented with mod_rewrite directives,
  10. Apache version 1.3 or 2.x with mod_rewrite enabled is required (if Drupal's
  11. clean URLs work for you, you're fine; if not, get them working first).
  12. Other web servers, such as Lighttpd, are NOT supported at present.
  13. The `drush' module is required for (optional) command line usage.
  14. INSTALLATION
  15. ------------
  16. 1. Go to Administer >> Site configuration >> Clean URLs and ensure that
  17. Drupal's clean URLs are enabled and working properly on your site.
  18. 2. Copy all the module files into a subdirectory called modules/boost/
  19. under your Drupal installation directory.
  20. 3. Go to Administer >> Site building >> Modules and enable the Boost module.
  21. 4. Go to Administer >> Site configuration >> Performance >> Boost to review
  22. and change the module's configuration options to your liking.
  23. 5. Go to Administer >> Site configuration >> Performance, specify the cache
  24. directory (must be writable by the web server) and enable static caching.
  25. 6. Log out from Drupal (or use another browser) and browse around your site
  26. as the anonymous user. Ensure that static files are indeed being
  27. generated into the Boost cache directory you specified above.
  28. 7. IMPORTANT: replace your .htaccess file in the Drupal installation
  29. directory with the file from modules/boost/htaccess/boosted.txt,
  30. customizing the mod_rewrite rules to your particular setup if needed.
  31. (If you fail to do this, static page caching will NOT work!)
  32. 8. (See README.txt for information on submitting bug reports.)