• 
      

    Show recommendations for certain selections during rb-site installation.

    Review Request #2293 — Created April 17, 2011 and submitted — Latest diff uploaded

    Information

    Review Board
    release-1.5.x

    Reviewers

    Show recommendations for certain selections during rb-site installation.
    
    We list sqlite and mod_python as valid options during site creation, but
    these are not recommended. sqlite is not for production use, and
    mod_python is deprecated.
    
    We now list text after the option indicating if the option is recommended
    (in the case of wsgi), not supported for production use (sqlite), or
    not supported in general (mod_python).
    Tested the GTK+ and console installations, with all marked up options.
    The configuration generated as expected, and it followed the right page
    paths.