Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis on Bash on Ubuntu on Windows #132

Closed
sbue opened this issue Mar 27, 2017 · 2 comments
Closed

Redis on Bash on Ubuntu on Windows #132

sbue opened this issue Mar 27, 2017 · 2 comments

Comments

@sbue
Copy link
Contributor

sbue commented Mar 27, 2017

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

@abhisuri97
Copy link
Contributor

Will link this issue in README 👍 closing for now.

@Random-Black-Coder
Copy link

The link that @abhisuri97 used is no longer working but I am having the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants