0

I just did a fresh install of CentOS 7 on a server and I am running into a problem with getting a web application up and running.

I am working on installing Bugzilla and I am struggling at the very end.

I have used this guide to help me out: http://blog.hyperexpert.com/how-to-install-the-latest-bugzilla-on-centos/

Looking at my history, for some reason I ran the following while trying to troubleshoot something: $ wget http://dl.fedoraproject.org/pub/epel/7/x86_64/

Now, I get directed to the following page after navigating to http://localhost/bugzilla

oh no!

I am lost at this point. I am pretty sure running the mentioned command above is related to this redirect. However, it is beyond my current knowledge and I have gotten nowhere on my own for a couple days now.

khop
  • 111
  • 3

2 Answers2

1

Go into the directory you were when you ran the wget command and delete the index.html file.

0

Perhaps it would make more sense to actually follow the official Bugzilla project instructions? :-)

http://bugzilla.readthedocs.org/en/latest/installing/index.html

Gervase Markham
  • 386
  • 1
  • 4
  • @Gervase Markham As someone that is new to this realm, the Bugzilla instructions were a bit sparse IMO. – khop May 20 '15 at 18:13
  • I am happy to expand them, if you have feedback that's a bit more specific :-) @yoonix: `gerv@hare:/tmp$ git clone https://git.mozilla.org/bugzilla/bugzilla` `Cloning into 'bugzilla'...` `remote: Counting objects: 94413, done.` `...` – Gervase Markham May 21 '15 at 21:07
  • You're right. I hit the url with a browser and got a 404 but it works fine with git. Removed that comment. –  May 21 '15 at 21:52