This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Description
I ran into some issues when trying to set this up on my Windows computer. I installed Flask-base using Bash on Ubuntu on Windows (because Redis does not currently support Windows).
On configuring flask-base, running honcho start -f Local would result in redis.exceptions.ConnectionError: Error 111 connecting to localhost:6379. Connection refused. so I could not launch the app.
I fixed this by following this guide. For some reason I also had to also edit /etc/redis/redis.conf and replace port 6379 (default) with something different like port 6378 and then setting REDISTOGO_URL=http://localhost:6378 in Flask-base config.env