The pytexas.org website, dockerized.
- Install Docker
- Install docker-compose
- Clone the necessary repos:
git clone git@github.com:pytexas/PyTexasBackend.git
git clone git@github.com:pytexas/PyTexas2019.git
git clone git@github.com:pizzapanther/Django-Conference.git
docker-compose up
- Visit http://localhost:8000
The dependencies for the backend are included in this repo as requirements.in
and requirements.txt
because pipenv is overkill for dependencies inside
Docker containers.
To rebuild the requirements.txt
file after modifying requirements.in
:
$ pip install pip-tools
$ pip-compile requirements.in