Test Deployment:
Prod Deployment:
A transcript and schedule reporting tool.
Create a .env
file containing a DATABASE_URL environment variable. This is
a MongoDB connection string, such as you might get from mongodb.com's MongoDB
hosting service. Also, create a SESSION_SECRET containing a random string.
If DEBUG=console, then extra debugging data will be provided on the console. Do not enable DEBUG for production deployments.
DATABASE_URL=mongodb+srv://<username>:<password>@<host>/<dbname>?retryWrites=true&w=majority
SESSION_SECRET=abc123
DEBUG=console
If you are a council other than Longhorn Council, then you will want to update views/footer.ejs to replace the included Google Analytics snippit with your own (or remove it).
View the generated documentation.
- Cameron King
- Ben Spellmann
- See commmit log for additional contributors.
This software is released under the MIT License. See LICENSE for details.