Jump to content

Recommended Posts

Posted

Hi all,

 

I am playing with Snipe-IT to be used as an asset register, but having trouble getting the email working. Here are my settings from the .env file:

 

EmailConfig.PNG

 

When I test it with a reset password to an email address i get "Whoops; looks like something went wrong."

 

Any help would be appreciated, as I am running out of hair.

 

Thanks

Posted
Found the issue thanks guys in this:

 

https://snipe-it.readme.io/docs/common-issues#section-permission-denied-error-when-trying-to-send-a-test-mail-on-centos-or-rhel

 

SeLinux was blocking it all working now, thanks.

 

Glad you got it sorted.

 

I've spent 2+ days trying to install it on either CentOS or Ubuntu either automatically with their script or manually following any old guide I could find on the Internet. On their website it says it should take 20 minutes! I'm still no closer at getting an install to work after 2 days playing around with it.

Posted (edited)
Glad you got it sorted.

 

I've spent 2+ days trying to install it on either CentOS or Ubuntu either automatically with their script or manually following any old guide I could find on the Internet. On their website it says it should take 20 minutes! I'm still no closer at getting an install to work after 2 days playing around with it.

 

 

Start with Fedora 27 minimal install

 

Screenshot_20180227_152857.png

 

Log in as root

 

dnf -y install wget
firewall-cmd --zone=public --add-port=http/tcp --permanent
firewall-cmd --reload
wget https://raw.githubusercontent.com/sorvani/snipe-it/master/snipeit.sh
chmod 744 snipeit.sh
./snipeit.sh 2>&1 | tee -a /var/log/snipeit-install.log

Edited by JackCPickup
Posted (edited)

I've just followed your instructions and the script completed successfully, however when I open up a web browser I just get 'This page can't be displayed'! :(

 

I can ping the server so it can definitely communicate with it.

 

I'm not having much luck with this as it's not Rocket Science and I'm following everyones guides/instructions to the letter but each time I try a new version of Linux, try the script or try a manual install I get a different issue each time! With this much bad luck I will not be buying any lottery tickets for a while as I'm clearly on a losing streak!!!

 

[EDIT]

 

I've just browsed to the Admin Console at https://192.168.0.20:9090/ and that works OK so I know I can definitely get to the server OK from my web browser.

Edited by Fazza

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...