gwu-libraries / TweetSets

Service for creating Twitter datasets for research and archiving.
MIT License
25 stars 2 forks source link

Unable to run flask command create-extract #125

Closed lwrubel closed 2 years ago

lwrubel commented 3 years ago

On prod1 VM, followed README instructions to create a full extract manually: docker exec -it ts_server_1 /bin/bash flask create-extract e49411

Got the following error:

Error: No such command 'create-extract'.

Unsure whether this is a code/configuration bug or a documentation issue.

lwrubel commented 3 years ago

Confirmed that this is because there is not a FLASK_APP environment variable set in the server container via the Dockerfile. Manually setting that does allow the command to run.

lwrubel commented 2 years ago

Closed with #157