@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
Latest posts made by subi15wrx
-
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
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@scottalanmiller Looks like the file doesn't exist only thing in that dir is log-apache2handler-2016-02-08.txt
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@scottalanmiller said:
@subi15wrx said:
@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.
Did you get it all working now without the error message?
Hey Scott,
I just noticed today after I restarted the system I am now getting error "Error in exception handler: The stream or file "/var/www/html/snipeit/app/storage/logs/log-apache2handler-2016-02-11.txt" could not be opened: failed to open stream: Permission denied in /var/www/html/snipeit/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php:87" when navigating to the home page.
shot in the dark might be permissions related?
-
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
@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.
-
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
If installing a CentOS7 on a local VM, what base enviroment/addons are needed to have the one line installer work?