Documentation update

This commit is contained in:
2023-06-06 20:09:38 -07:00
parent 2643f4812f
commit 6f721ce182
5 changed files with 16 additions and 7 deletions
+3 -2
View File
@@ -9,11 +9,12 @@ python3-hunspell:0.5.5-2build6
uwsgi-core:2.0.20-4
uwsgi-plugin-python3:2.0.20-4
apache2:2.4.52-1ubuntu4.2
python3-requests:2.25.1+dfsg-2
Installation
======
This software expects to be installed at /opt/kjv-api/
This software expects to be installed at /opt/kjv-api/ (for uwsgi use on a reverse proxy)
This installation method is intended to play nice among other Virtual Hosts
0. Install dependancies listed at the head of this document.
@@ -43,4 +44,4 @@ This installation method is intended to play nice among other Virtual Hosts
- It is up to you to use https or not, but if you know nginx or haproxy you should be able
to set up local proxying to the WSGI server that runs the flask.
- There are WSGI modules for apache avaliable, which may be better for larger scaled
deployments, but http proxying to the local uwsgi served flask works fine.
deployments, but http proxying to the local uwsgi served flask works fine for smaller uses.