Changeset - 4317e68e0ee5
[Not reviewed]
0 2 0
Branko Majic (branko) - 2 months ago 2024-02-15 22:50:18
branko@majic.rs
MAR-197: Document the collapsible environment indicator in usage instructions and release notes.
2 files changed with 14 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
@@ -51,13 +51,24 @@ Dropped support for Debian 10 (Buster).
 

	
 
**New features/improvements**
 

	
 
* ``php_website`` role
 

	
 
  * Environment indicator can now be collapsed by clicking on the
 
    arrows on the left side.
 

	
 
* ``web_server`` role
 

	
 
  * Added parameter ``environment_indicator`` which is used on the
 
    default page to indicate what environment the web server belongs
 
    to. Useful for distinguishing between test, staging, and
 
    production environments (similar to what is already available in
 
    the ``php_website`` and ``wsgi_website`` roles).
 
    the ``php_website`` and ``wsgi_website`` roles). Indicator can be
 
    collapsed by clicking on the arrows on the left side.
 

	
 
* ``wsgi_website`` role
 

	
 
  * Environment indicator can now be collapsed by clicking on the
 
    arrows on the left side.
 

	
 
**Bug fixes:**
 

	
docs/usage.rst
Show inline comments
 
@@ -1421,7 +1421,8 @@ Before we start, here is a couple of useful pointers regarding the
 
* If you ever find yourself mixing-up test and production websites,
 
  have a look at ``environment_indicator`` role parameter. It lets you
 
  insert small strip with environment information at bottom of each
 
  HTML page served by the web server.
 
  HTML page served by the web server. If the strip gets in the way, it
 
  can easily be collapsed using the arrows on the left side.
 
* Static content (non-PHP) is served directly by *Nginx*.
 
* Each web application gets distinct sub-directory under ``/var/www``,
 
  named after the FQDN. All sub-directories created under there are
0 comments (0 inline, 0 general)