1

I have installed Bugzilla 3 through the software center.

After a successful result, what is the next step?

I can't see an installation directory anywhere.

I tried:

http://localhost/bugzilla  

There is nothing there.

Adding information:

  • I installed it from the software center. I am not aware to prerequisites.

    enter image description here

  • Should I install perl modules? how please?

  • Apache2 - installed and running before the installation

  • Mysql is installed

    mysql Ver 14.14 Distrib 5.1.41, for debian-linux-gnu (i486) using readline 6.1

  • Perl -v

    This is perl, v5.10.1 (*) built for i686-linux-gnu-thread-multi (with 53 registered patches, see perl -V for more detail)

What should I do now?

Saariko
  • 397

2 Answers2

1

You were so close to making it work :) the URL to visit after the installation is http://localhost/bugzilla3 :)

I tried it on a virtualbox instance and it does work flawlessly.

All the dependencies are installed automatically along with bugzilla (apache, mysql, perl modules) - as always happening when you use apt-get/synaptic/Software Center, that's the whole point of package management.

Post-install scripts create databases, it asks you for passwords for Mysql's root user and for bugzilla user. Even Apache is restarted with new configuration.

Absolutely no need to install everything manually, unless you're an experienced admin and have very specific requirements.

Sergey
  • 44,353
0

Answer is located here http://www.askubuntu.com/questions/61935/how-do-i-install-bugzilla

Saariko
  • 397