Serves a map of DxE chapters generated dynamically from a Google Sheet.
This apps runs off Flask.
Ensure that some environment variables required by dxe-airtable are set.
GOOGLE_API_PRIVATE_KEY
(should be base64 encoded)GOOGLE_API_CLIENT_EMAIL
Then you can run the server with python dxe_chapters_map/server.py
.
This app is deployed with Dokku. Learn about how DxE Tech deploys with Dokku. The Dokku git remote is:
[email protected]:chapters-map
dxe-chapters-map is licensed under GNU GPL version 3.0. For the full license see the LICENSE file.