From c498c2c6700f35b5570ea68dee0f7b5942fb093b Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Oct 01 2018 19:18:23 +0000 Subject: Install tests_requirements.txt into Docker container, fix minor readme typo --- diff --git a/README.rst b/README.rst index c532c42..ebe1d4c 100644 --- a/README.rst +++ b/README.rst @@ -48,9 +48,9 @@ Install it `with these instructions `_ For more information about docker-compose cli, see: https://docs.docker.com/compose/reference/. Once installed, create the folder that will receive the projects, forks, docs, -requests and tickets' git repo:: +requests and tickets' git repo. Run this command exactly as it appears:: - mkdir -p lcl/{repos,remotes,attachments,releases} + $ mkdir -p lcl/{repos,remotes,attachments,releases} A docker compose environment is available to run pagure. First use the following command to build the containers. :: diff --git a/dev/docker/web-run b/dev/docker/web-run index c3b5296..b138e58 100644 --- a/dev/docker/web-run +++ b/dev/docker/web-run @@ -1,4 +1,5 @@ #!/bin/bash -xe +pip install -r tests_requirements.txt python setup.py build if [ ! -f /attachments/inited ]; then