- Clone repo or download zip
- Install Docker
- May need to Install Docker Compose
- In Terminal/PowerShell, CD to repo directory
- run
docker-compose up
to create the new image based on node and our app - May need to install images
docker pull node:8.12.0
docker pull postgres:10
- Browse to: localhost:3000
- You can use
ctrl + c
to interrupt and stop the server then usedocker-compose down
to unbuild it cleanly
- Install pipenv
- In Terminal/PowerShell, CD to ./ksl-scraper
- Install the dependencies
pipenv install
- If not installed, download and install Chrome or Chromium
- Run by
pipenv run python scraper.py