Snipe-it: Install.sh not working

Created on 18 Oct 2018  路  4Comments  路  Source: snipe/snipe-it

Describe the bug
When using the install.sh script, going to the server just sends you to the apache default page

To Reproduce
Steps to reproduce the behavior:
Attempt to use the install.sh script

Expected behavior
Going to the snipeit setup page

Screenshots
If applicable, add screenshots to help explain your problem.

Server (please complete the following information):

  • Snipe-IT Version 4
  • OS: [Ubuntu 18, Kubuntu]
  • Web Server: [Apache]

Most helpful comment

It's in the develop tree _https://github.com/snipe/snipe-it/tree/develop_ , here are the commands

mv /etc/apache2/sites-enabled/000-default.conf /etc/apache2/sites-enabled/111-default.conf
mv /etc/apache2/sites-enabled/snipeit.conf /etc/apache2/sites-enabled/000-snipeit.conf

All 4 comments

The fix for this is currently in the dev branch, you can delete the default page that starts with 000 and rename the snipeit config by putting 000 in front.

where is this file located

It's in the develop tree _https://github.com/snipe/snipe-it/tree/develop_ , here are the commands

mv /etc/apache2/sites-enabled/000-default.conf /etc/apache2/sites-enabled/111-default.conf
mv /etc/apache2/sites-enabled/snipeit.conf /etc/apache2/sites-enabled/000-snipeit.conf

Thanks Earl, that fixed everything

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WELLBOREIS picture WELLBOREIS  路  3Comments

snipe picture snipe  路  3Comments

sopheaouk picture sopheaouk  路  3Comments

jblandin04 picture jblandin04  路  5Comments

Rungea96 picture Rungea96  路  4Comments