Setup

To setup Simcify on the server, ensure you have already met all the requirements.

Follow the steps listed below:

  1. From your cloned repository folder, run the command composer install

  2. Still in the same directory, copy the file .env.example to make a new .env file.

  3. Open and edit the .env file with all relevant values to your project. All database, mail, authentification and app variables are controlled by this file.

Last updated