@travisdh1 Thanks Travis, please forgive me, my issue was I was having a hard time finding the exact path of /var/www/html/snipeit/app/config/production/app.php I am still quite a bit of a noob.
Best posts made by subi15wrx
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@scottalanmiller All good Scott, thanks again to everyone for you help and patients
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@scottalanmiller Thanks Scott got everything up and running, except I get a nasty red bar across the top of my screen "WARNING: This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the debug value app/config/production/app.php to false."
Could you point me in the right direct.
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@scottalanmiller After some digging around the internet and trial and error I was able to get it running again with the following commands
php artisan cache:clear
chmod -R 777 app/storage
php artisan dump-autoloadThen
setenforce 0
Upon reboot 'setenforce 0' has to be entered into the console again