Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

User receives useful installation result messages, with nice green OK text for every installation step that went ok.

What needs to be done, basically...

  • There are scripts in /code/web/temp_cfg
    • config.php is the config that needs to be generated by the setup script, the setup generates this in public_php
    • admin/config.php and login/config.php need to be rewritten to grab the values from the main config.php, and moved back into public_php, so that these are not generated (only the main config.php will be generated)
  • There are sql database dumps in /code/web/sql
    • only nel and nel_tool need to be applied to the database
    • maybe create_webig as well
    • NOT ring_domain
  • The setup tool shall be under /code/web/public_php/setup/index.php and not depend on any other file than the config it may already have generated in case of config modifications