Error while installing Snipe IT
- 
Yes giving a couple of more tries
lets see - 
@scottalanmiller said in Error while installing Snipe IT:
Snipe-IT has a lot of fragility around their install scripts, and not a huge user base so issues are difficult to track down.
I disagree with this.
Their install script has worked everytime I have ever used it.
 - 
Hi just in case will it be possible for you to share you .env file I can try that
 - 
@harshmehta said in Error while installing Snipe IT:
Hi just in case will it be possible for you to share you .env file I can try that
I have not ran a new install since 4.0 came out.
I have one planned for a client sometime int he next couple days though. - 
I'm testing an install now with the installer script and will update in a minute or two.
 - 
If you were installing Snipe-IT manually, did you install the dependencies before generating the app key?
https://snipe-it.readme.io/docs/install-dependencies - 
Just cloned the repo and recreated my prior updates for Fedora
Installing now.

 - 

 - 
Works perfectly.

 - 
That's great can you please just list me the steps
I will try on a fresh Centos 7 and also please help me with the Php version we should be using - 
@harshmehta said in Error while installing Snipe IT:
That's great can you please just list me the steps
I will try on a fresh Centos 7 and also please help me with the Php version we should be usingThere i s nothing to do but follow the instructions.
From a CentOS 7 minimal install, you need to install wget and open the firewall, then run the script as instructed in the SnipeIT documentation.
# Pre install setup yum -y install wget firewall-cmd --zone=public --add-port=http/tcp --permanent firewall-cmd --reload # Official Snipe instructions downlaoding option 3 # https://snipe-it.readme.io/docs/downloading wget https://raw.githubusercontent.com/snipe/snipe-it/master/install.sh chmod 744 install.sh ./install.sh - 
@scottalanmiller said in Error while installing Snipe IT:
Snipe-IT has a lot of fragility around their install scripts, and not a huge user base so issues are difficult to track down.
I can personally promise that v4 installs under Debian 8 & 9.1, Ubuntu 14.04.5 & 16.04.3 & 17.04 and CentOS 6 & 7.
If it doesn't ping me.
 - 
@tiagom said in Error while installing Snipe IT:
@scottalanmiller said in Error while installing Snipe IT:
Snipe-IT has a lot of fragility around their install scripts, and not a huge user base so issues are difficult to track down.
I can personally promise that v4 installs under Debian 8 & 9.1, Ubuntu 14.04.5 & 16.04.3 & 17.04 and CentOS 6 & 7.
If it doesn't ping me.
And on Fedora with my pull request ( that I have to clean up and resubmit).