Discussion:
installing bugzilla where is app.psgi
j***@gmail.com
2018-07-07 11:32:36 UTC
Permalink
Hello

trying to install bugzilla 5.0.4 under apache24, FreeBSD
and while following instructions from the documentation
http://bugzilla.readthedocs.io/en/latest/installing/apache.html
paragraph 3.5.1.4. Apache with mod_proxy¶

Run plackup from the bugzilla/ root directory:

plackup -s Gazelle --port 5000 -E production -a app.psgi

but the bugzilla directory has no app.psgi file.
I searched my whole system in case it was installed in some other location but the file does not exist.

So I have to download it from somewhere else?

some info about my system.

# uname -a
FreeBSD apache 11.2-RELEASE FreeBSD 11.2-RELEASE #0 r335510: Fri Jun 22 04:32:14 UTC 2018 ------:/usr/obj/usr/src/sys/GENERIC amd64

# perl -v
This is perl 5, version 26, subversion 2 (v5.26.2) built for amd64-freebsd-thread-multi

Thank you for your support
Nikolas
Thorsten Schöning
2018-07-07 12:29:31 UTC
Permalink
Post by j***@gmail.com
http://bugzilla.readthedocs.io/en/latest/installing/apache.html
You are following the wrong docs, those are for the latest unstable,
unreleased development version 5.1.x, your docs can be found at the
following place:

https://www.bugzilla.org/docs/
https://bugzilla.readthedocs.io/en/5.0/

5.0 doesn't use Plack, so no missing file.

Mit freundlichen Grüßen,

Thorsten Schöning
--
Thorsten Schöning E-Mail: ***@AM-SoFT.de
AM-SoFT IT-Systeme http://www.AM-SoFT.de/

Telefon...........05151- 9468- 55
Fax...............05151- 9468- 88
Mobil..............0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow
j***@gmail.com
2018-07-07 12:33:15 UTC
Permalink
thank you for the fast reply
Nikolas

Loading...