- Checkout Repository
- Create DB Schema + DB User
- make a .env file based on .env.example
- composer update
- php artisan migrate:fresh
- If on WAMP, configure cURL
-> Download this file: http://curl.haxx.se/ca/cacert.pem
-> Place this file in the C:\wamp64\bin\php\php7.1.9 folder
-> Open php.iniand find this line:
-> ;curl.cainfo
-> Change it to:
-> curl.cainfo = "C:\wamp64\bin\php\php7.1.9\cacert.pem"
7)php artisan update_ratings 8)php artisan schedule:run