odin-bot-v2
odin-bot-v2 copied to clipboard
Enhancement - Document .env configuration and pre-requisite installs
Complete the following REQUIRED checkboxes:
-
[ x] I have thoroughly read and understand The Odin Project Contributing Guide
-
[ x ] The title of this issue follows the
Bug - location of bug: brief description of bug
format, e.g.Bug - points command: Extra whitespace causes command to not be called
Some steps are missing from the getting started documentation when deploying bot including the requirement to install redis
, and possibly other pre-requisite installations for a successful odin-bot-v2 deployment. Without these installations, it will cause errors to occur related to the REDIS_URL=redis://localhost:6379
line within the env config.
Additionally, it looks like there are some missing configurational .env
elements, including some admin-related features as outlined in the config.js file