- Install php apache mysql
- install composer
- enable mod rewrite in apache
- Download the files and extract them to /var/www/html
- Edit default apache site to point to /var/www/html/public folder
- mv .env.sample .env in /var/www/html
- create mysql database and user
- edit .env with the values from previous step
- run composer install
- run php artisan migrate
- run php artisan db:seed
- add
/opt/scanner/bin/sonar-scanner -Dsonar.projectKey=php -Dsonar.sources=app/. -Dsonar.host.url=http://18.197.213.195:9003 -Dsonar.login=XXX for report - add in sonar qube settings path for clover report
dareyio/quickstart-basic
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|