Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 397 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 397 Bytes

Run

  • You need to create a directory for mongodb (/opt/mongodb by default) and chown to your user (or remove the volume attribute for mongodb in docker-compose.yml)
  • docker-compose up
  • localhost:5000/oauth2callback
  • Connect to the flask node docker exec -it #container_id /bin/bash
  • cd ..
  • python
  • from app.tasks import fetch_messages
  • fetch_messages.delay(#yourclientid)