Requirements:
- PHP webserver with database
- Composer
- Clone the repo to your local computer
- Run 'composer install'
- Create a blank SQL database (utf8mb4)
- Copy the settings from .env.example to a new .env file and add database settings
- Run 'php artisan key:generate'
- Run 'php artisan migrate --seed'
- Go to the admins table in the newly created database and update the filler text (name, CIS username, email)
- Run 'php artisan serve' to start the development server
- Go to /admin and create your first site