Closed hroncok closed 7 years ago
Also mention Flask server deployment, e.g. FLASK_APP=fedoralovespython.py python3 -m flask run
This is getting serious :)
Also instructions for running on Termux:
dnf install -y git python3-flask python3-markdown python3-yaml
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
git clone https://github.com/fedora-python/fedoralovespython.org
cd fedoralovespython.org
FLASK_APP=fedoralovespython.py python3 -m flask run
I could write a bash script to run it if you want. :) It would even have to be in this repo.
@nmilosev I don't think running in Termux is so serious to put a bash script. The Flask based run will be documented.
@hroncok You're probably right, but it is a very cool showcase for conferences. :) Maybe put it somewhere, I can write about it on my blog. :)
This repo lacks a README. It should include: