diff options
author | B. Stack <bgstack15@gmail.com> | 2022-09-09 20:00:02 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-09-09 20:00:02 -0400 |
commit | ea966ba7e9a4cb9e28b863bc25a5893199f8b316 (patch) | |
tree | b5f2b5a096dd9335166f17b16855c3a8575e3404 /README.md | |
parent | add web app (diff) | |
download | coupons-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.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |