Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 464 Bytes

Build Status

testing

virtualenv .env -p python3
source .env/bin/activate
pip install -r requirements.txt
cd phastload
./manage.py runsslserver

And visit

https://localhost:8000/index

build the image

sudo docker build -t phast .

run the file

sudo docker-compose up -d

Access the Web page

localhost/index