Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

pytexas/PyTexasDocker

Repository files navigation

PyTexas Docker

The pytexas.org website, dockerized.

Setup

  1. Install Docker
  2. Install docker-compose
  3. Clone the necessary repos:
  4. docker-compose up
  5. Visit http://localhost:8000

Weirdness

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

About

For running PyTexas.org locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published