comparison doc/installation.txt @ 6390:7c852cad2ca8

Add wsgi.py to frontends. Update docs.
author John Rouillard <rouilj@ieee.org>
date Mon, 26 Apr 2021 23:40:52 -0400
parents 27a7ef182da9
children 205bc1d27985
comparison
equal deleted inserted replaced
6389:7fb49f0c2dad 6390:7c852cad2ca8
948 To run with gunicorn use pip to install gunicorn. This configuration 948 To run with gunicorn use pip to install gunicorn. This configuration
949 uses a front end web server like nginx, hiawatha, apache configured as 949 uses a front end web server like nginx, hiawatha, apache configured as
950 a reverse proxy. See your web server's documentation on how to set it 950 a reverse proxy. See your web server's documentation on how to set it
951 up as a reverse proxy. 951 up as a reverse proxy.
952 952
953 The file wsgi.py should be in the current directory with the 953 The file wsgi.py (obtained from ``frontends/wsgi.py``) should be in
954 contents:: 954 the current directory with the contents::
955 955
956 # if roundup is not installed on the default PYTHONPATH 956 # if roundup is not installed on the default PYTHONPATH
957 # set it here with: 957 # set it here with:
958 import sys 958 import sys
959 sys.path.append('/path/to/roundup/install/directory') 959 sys.path.append('/path/to/roundup/install/directory')

Roundup Issue Tracker: http://roundup-tracker.org/