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.
-
@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?
-
@scottalanmiller All good Scott, thanks again to everyone for you help and patients
-
@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.
Yep, that'll do it all right. That path is one of the many things a lot of Linux Admins would take for granted.
-
@travisdh1 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.
Yep, that'll do it all right. That path is one of the many things a lot of Linux Admins would take for granted.
One of the many "things that people might assume" items I am attempting to address in that Linux Admin series.
-
I'd have another article out already if I wasn't documenting an OpenFire installation for people today.
-
@scottalanmiller said:
I'd have another article out already if I wasn't documenting an OpenFire installation for people today.
Still waiting on your ELK article
-
I feel like suddenly there are a lot of installation articles needed
-
@scottalanmiller said:
I feel like suddenly there are a lot of installation articles needed
Always were, probably more than a single person could ever cover.
-
@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?
-
@subi15wrx said:
@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?
Likely. What does this return:
ls -lh /var/www/html/snipeit/app/storage/logs/log-apache2handler-2016-02-11.txt
-
This post is deleted! -
@scottalanmiller Looks like the file doesn't exist only thing in that dir is log-apache2handler-2016-02-08.txt
-
What does line 87 in here specify?
/var/www/html/snipeit/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
-
@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
-
Glad that you got it working!
-
Sorry to Necro. Just trying a bunch of test servers with CentOS. I get a php error at the end of the single line command install:
SQLSTATE[HY000] [1045] Access denied for user 'snipeit'@'localhost' (using password: YES) (View: /var/www/html/snipeit/app/views/backend/layouts/default.blade.php
I accessed default.blade.php expecting to find a line that allowed me to change the user, host and password but I didn't see it anywhere. It's possible that I missed it but I figured I'd ask. I did a ^W search for snipeit.
-
Just tried to setup and i get the same error as @wirestyle22
-
Sadly the lab is down right now so I am unable to look into this for the moment. There is likely a config file that is not getting updated properly.
-
Just checked the db, and it has no tables on it. How do i create tables for snipeit? I could see that the database name is available