You are here

README.txt in Environment Indicator 6

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

Environment Indicator adds a coloured strip to the side of 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/settings/environment_indicator

You can also override settings in settings.php, allowing you to have different
settings for each of your environments. All configuration variables can be
overridden in settings.php, but the most common three are:

environment_indicator_text
    The text that will be displayed vertically down the indicator.
    e.g: $conf['environment_indicator_text'] = 'DEVELOPMENT SERVER';
    
environment_indicator_color
    A valid css color.
    e.g: $conf['environment_indicator_color'] = 'dark-red';
    
environment_indicator_enabled
    A boolean value indicating whether the Environment Indicator should be
    enabled or not. On your production environment, you should probably set
    this to FALSE.
    e.g: $conf['environment_indicator_enabled'] = FALSE;


-- CONTACT --

Author maintainers:
* Tom Kirkpatrick (mrfelton), www.kirkdesigns.co.uk


This project has been sponsored by:
* KIRKDESIGNS - Visit http://www.kirkdesigns.co.uk for more information.


File

README.txt
View source
  1. -- SUMMARY --
  2. Environment Indicator adds a coloured strip to the side of the site informing
  3. the user which 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/settings/environment_indicator
  14. You can also override settings in settings.php, allowing you to have different
  15. settings for each of your environments. All configuration variables can be
  16. overridden in settings.php, but the most common three are:
  17. environment_indicator_text
  18. The text that will be displayed vertically down the indicator.
  19. e.g: $conf['environment_indicator_text'] = 'DEVELOPMENT SERVER';
  20. environment_indicator_color
  21. A valid css color.
  22. e.g: $conf['environment_indicator_color'] = 'dark-red';
  23. environment_indicator_enabled
  24. A boolean value indicating whether the Environment Indicator should be
  25. enabled or not. On your production environment, you should probably set
  26. this to FALSE.
  27. e.g: $conf['environment_indicator_enabled'] = FALSE;
  28. -- CONTACT --
  29. Author maintainers:
  30. * Tom Kirkpatrick (mrfelton), www.kirkdesigns.co.uk
  31. This project has been sponsored by:
  32. * KIRKDESIGNS - Visit http://www.kirkdesigns.co.uk for more information.