aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-09-09 20:00:02 -0400
committerB. Stack <bgstack15@gmail.com>2022-09-09 20:00:02 -0400
commitea966ba7e9a4cb9e28b863bc25a5893199f8b316 (patch)
treeb5f2b5a096dd9335166f17b16855c3a8575e3404 /README.md
parentadd web app (diff)
downloadcoupons-ea966ba7e9a4cb9e28b863bc25a5893199f8b316.tar.gz
coupons-ea966ba7e9a4cb9e28b863bc25a5893199f8b316.tar.bz2
coupons-ea966ba7e9a4cb9e28b863bc25a5893199f8b316.zip
add makefile, and partial rpm spec
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d6f1e1..4797e11 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,12 @@ For the web app:
* apache with `mod_wsgi`
* python3-flask
+For AlmaLinux 8:
+
+* python3-flask
+* python3-mod_wsgi
+* httpd
+
## Building or changing
Only a few stores are currently supported. The southernsavers.com website lists other stores that are probably drop-in capable. To learn the widgets.json path needed, use Developer Tools in a web browser to capture the full widgets.json path and add it to the **stores_url** dict.
bgstack15