Skip to content

Setting Up a New Install

Rob Braxman edited this page Jan 18, 2020 · 1 revision
  1. Create a MySQL database Use the script provided to create the database. In a live install, these are in multiple databases but for testing it can be in one.

  2. Credentials for the database and other settings are kept in /prod/localsettings/localsettings.php

    In testing mode, the settings are visible here. In a live environment, the credentials are stored in another separate server.

  3. In Live mode, the encryption keys are supplied by a separate Key server. For testing here, the key used is fixed and the same for all entries. See /prod/localsettings/cryptofunc.php

Clone this wiki locally