Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| osdse:streamlit_with_apache [2025/04/07 15:51] – david | osdse:streamlit_with_apache [2025/05/02 13:40] (current) – david | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| Configuration for using streamlit with apache (as a reverse proxy) to serve a streamlit project. | Configuration for using streamlit with apache (as a reverse proxy) to serve a streamlit project. | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | http:// | ||
| ====== Streamlit Configuration ====== | ====== Streamlit Configuration ====== | ||
| Line 5: | Line 9: | ||
| <code bash> | <code bash> | ||
| mkdir streamlit_app | mkdir streamlit_app | ||
| - | cd streamlit_test | + | cd streamlit_app |
| python --version | python --version | ||
| Line 45: | Line 49: | ||
| </ | </ | ||
| + | https:// | ||
| <code bash> | <code bash> | ||
| # create tmux session | # create tmux session | ||
| - | tmux -s streamlit | + | tmux new -s streamlit |
| # ctrl b + d to exit the tmux. | # ctrl b + d to exit the tmux. | ||
| # attach to existing tmux session | # attach to existing tmux session | ||
| - | tmux attach | + | tmux attach |
| </ | </ | ||