A DEMO SITE

ABOUT-DEMO | 2025-02-18

# BASIC BUILD STEPS #

shell$ cd python-build-site

shell$ virtualenv -p python3 .venv

shell$ source .venv/bin/activate

shell$ pip install -r requirements.txt

shell$ deactivate

shell$ ./build_everything.sh

shell$ python -m http.server -d site/ 8080 &

# SITE SEARCH

site search requires nginx, gunicorn & Flask.

see "conf/dev-conf" directory for configuratation files.

gunicorn_demo_search_app.conf

gunicorn_demo_search_app.service

gunicorn_demo_search_app.socket

nginx_demo.conf