diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-08-16 12:13:17 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-08-16 12:13:17 +0200 |
commit | f9f3a84fbb4222f389779e9f434a5c2a2712eb0c (patch) | |
tree | e7b3a338d1845353c3f5b4481f26588576744c11 /net-analyzer | |
parent | Revert "virtualbox packages: Removed old." (diff) | |
download | gentoo-f9f3a84fbb4222f389779e9f434a5c2a2712eb0c.tar.gz gentoo-f9f3a84fbb4222f389779e9f434a5c2a2712eb0c.tar.bz2 gentoo-f9f3a84fbb4222f389779e9f434a5c2a2712eb0c.zip |
net-analyzer/graphite-web: add stronger hint about wsgi install
Closes: https://bugs.gentoo.org/618030
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild index 1f67a202f1ff..28df76799802 100644 --- a/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild +++ b/net-analyzer/graphite-web/graphite-web-1.1.3-r1.ebuild @@ -88,6 +88,8 @@ pkg_postinst() { # Only display this for new installs if [[ -z ${REPLACING_VERSIONS} ]]; then elog "You need to configure ${PN} to run with a WSGI server of your choice." + elog "For example using Apache, you can use www-apache/mod_wsgi," + elog " using Nginx, you can use www-servers/uwsgi." elog "Don't forget to edit local_settings.py in ${EPREFIX}/etc/${PN}" elog "See https://graphite.readthedocs.org/en/latest/config-local-settings.html" elog "Run emerge --config =${PN}-${PVR} if this is a fresh install." |