You are here

README.txt in Environment Indicator 8.2

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

Environment Indicator adds a coloured strip to the site informing the user which
environment they are in (Development, Staging Production etc).

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


-- REQUIREMENTS --

* None.


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION --

You may configure the environment at /admin/config/development/environment-indicator

You can also override settings in settings.php, allowing you to have different
settings for each of your environments. If you choose to detect your environment using settings.php, then all configuration variables can be
overridden in settings.php, but the most common three are:

  - environment_indicator_overwrite
      A boolean value indicating whether the Environment Indicator should use
      the settings.php variables for the indicator. On your production
      environment, you should probably set this to FALSE. e.g:
      $conf['environment_indicator_overwrite'] = FALSE
  - environment_indicator_overwritten_name
      The text that will be displayed on the indicator. e.g:
      $conf['environment_indicator_overwritten_name'] = 'Staging'
  - environment_indicator_overwritten_color
      A valid css color. e.g:
      $conf['environment_indicator_overwritten_color'] = '#F55'
  - environment_indicator_overwritten_position
      Where your indicator may appear. Allowed values are "top" and "bottom".
      e.g:
      $conf['environment_indicator_overwritten_position'] = 'top'
  - environment_indicator_overwritten_fixed
      A boolean value indicating whether the Environment Indicator should be
      fixed at the top/bottom of the screen. e.g:
      $conf['environment_indicator_overwritten_fixed'] = FALSE

-- CONTACT --

Author maintainers:
* Tom Kirkpatrick (mrfelton), www.systemseed.com. Branches 6.x-1.x, 7.x-1.x
* Mateu Aguiló (e0ipso). Branch 7.x-2.x


This project has been partially sponsored by:
* SystemSeed - Visit http://www.systemseed.com for more information. Branches
  6.x-1.x, 7.x-1.x
* Lullabot - Visit http://www.lullabot.com for more information. Branch 7.x-2.x

File

README.txt
View source
  1. -- SUMMARY --
  2. Environment Indicator adds a coloured strip to the site informing the user which
  3. environment they are in (Development, Staging Production etc).
  4. For a full description visit the project page:
  5. http://drupal.org/project/environment_indicator
  6. Bug reports, feature suggestions and latest developments:
  7. http://drupal.org/project/issues/environment_indicator
  8. -- REQUIREMENTS --
  9. * None.
  10. -- INSTALLATION --
  11. * Install as usual, see http://drupal.org/node/70151 for further information.
  12. -- CONFIGURATION --
  13. You may configure the environment at /admin/config/development/environment-indicator
  14. You can also override settings in settings.php, allowing you to have different
  15. settings for each of your environments. If you choose to detect your environment using settings.php, then all configuration variables can be
  16. overridden in settings.php, but the most common three are:
  17. - environment_indicator_overwrite
  18. A boolean value indicating whether the Environment Indicator should use
  19. the settings.php variables for the indicator. On your production
  20. environment, you should probably set this to FALSE. e.g:
  21. $conf['environment_indicator_overwrite'] = FALSE
  22. - environment_indicator_overwritten_name
  23. The text that will be displayed on the indicator. e.g:
  24. $conf['environment_indicator_overwritten_name'] = 'Staging'
  25. - environment_indicator_overwritten_color
  26. A valid css color. e.g:
  27. $conf['environment_indicator_overwritten_color'] = '#F55'
  28. - environment_indicator_overwritten_position
  29. Where your indicator may appear. Allowed values are "top" and "bottom".
  30. e.g:
  31. $conf['environment_indicator_overwritten_position'] = 'top'
  32. - environment_indicator_overwritten_fixed
  33. A boolean value indicating whether the Environment Indicator should be
  34. fixed at the top/bottom of the screen. e.g:
  35. $conf['environment_indicator_overwritten_fixed'] = FALSE
  36. -- CONTACT --
  37. Author maintainers:
  38. * Tom Kirkpatrick (mrfelton), www.systemseed.com. Branches 6.x-1.x, 7.x-1.x
  39. * Mateu Aguiló (e0ipso). Branch 7.x-2.x
  40. This project has been partially sponsored by:
  41. * SystemSeed - Visit http://www.systemseed.com for more information. Branches
  42. 6.x-1.x, 7.x-1.x
  43. * Lullabot - Visit http://www.lullabot.com for more information. Branch 7.x-2.x