fedora-infra / fedora-packages

A webapp that allows searching packages in Fedora. Written in Python using TurboGears2 and Moksha.
https://apps.fedoraproject.org/packages
GNU Affero General Public License v3.0
58 stars 59 forks source link

Vagrant environment does not use apache webserver #397

Open cverna opened 6 years ago

cverna commented 6 years ago

Currently the Vagrant environment uses gearbox to serve the application on http://hostname. This setup is currently not working since the application expect to be served with http://hostname/packages.

We should setup the vagrant box to use apache with the correct config or configure gearbox to use serve the app correctly

abitrolly commented 6 years ago

Apache or maybe uwsgi?