A Datasette instance that allows users to explore public and private files hosted by biglocalnews.org
- Production: datasette.biglocalnews.org
- Development: dev-datasette.biglocalnews.org
- Plugin: simonw/datasette-big-local
Install the dependencies.
pipenv install
Login to Fly.io. Our credentials are available in our password manager. Click here for instructions on installing flyctl, the command line client for Fly.io.
flyctl auth login
Deploy to fly.io
# For production
pipenv run make deploy_prod
# For the dev site
pipenv run make deploy_dev