The following are required to run our website:
To ensure that you are able to run our website locally you will need to complete the following steps. Each step is crucial and not doing one may result in an error.
If starting a new project
DB_DATABASE=/home/insert username/HATS/laravel/database/database.sqlite
If working with pulled files
DB_DATABASE=/home/insert username/HATS/laravel/database/database.sqlite
Once the installation steps are completed you can start Laravel locally. Be sure to be in ~/HATS/laravel on the master branch and type the following command: php artisan serve to start Laravel. Access the web application in a browser at localhost:8000
To be continued:
If desired, link to setup SMTP:
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-ubuntu-14-04
*Setup is compatible with Ubuntu versions after Ubuntu 14.04*