fedora-python / fedoralovespython.org

Fedora Loves Python website
https://fedoralovespython.org/
MIT License
15 stars 7 forks source link

README #18

Closed hroncok closed 7 years ago

hroncok commented 8 years ago

This repo lacks a README. It should include:

encukou commented 7 years ago

Also mention Flask server deployment, e.g. FLASK_APP=fedoralovespython.py python3 -m flask run

hroncok commented 7 years ago

This is getting serious :)

nmilosev commented 7 years ago

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.

hroncok commented 7 years ago

@nmilosev I don't think running in Termux is so serious to put a bash script. The Flask based run will be documented.

nmilosev commented 7 years ago

@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. :)