Installing Snipe-IT on CentOS 7 and MariaDB
-
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
-
Fixed it. I had to manually create a db user called snipeit with a pass and rerun the setup. Everything got installed fine and tables are all available.
Tried a new server ended up with same issue and only fix was to create the db user
-
Great. Glad to hear that it is working.
-
@Ambarishrh said in Installing Snipe-IT on CentOS 7 and MariaDB:
Fixed it. I had to manually create a db user called snipeit with a pass and rerun the setup. Everything got installed fine and tables are all available.
Tried a new server ended up with same issue and only fox was to create the db user
Interesting result. I do not recall having to make a DB user manually. Then again, my system has been running for a year or so now and I likely forgot any issues I had during setup.
-
I am receiving the error when running the php artisan app:install command. This seems to be my only hold up for getting Snipe-IT running. Any help is greatly appreciated.
-
@brandon.hay
I am getting the same error. Prior to the red box warning the system says "sed: can't read app/config/app.php: No such file or directory"Oddly SnipeIT starts, I can even reach it from another PC on the network though after I log in the screen is blank.
EDIT: SO I cannot find app/config/app.php, there is an app.php under var/www/html/snipe/config. -
Hey guys, I'm tied up most of the afternoon but I'll totally look into this for you. Sorry for the delay.
-
@scottalanmiller
Thanks in advance!