-
Notifications
You must be signed in to change notification settings - Fork 50
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
Easier environment setup with Fabric #34
base: master
Are you sure you want to change the base?
Conversation
…g vanilla twilio credentials (look at the configuration in top of app.py)
0705b5d
to
98b7f6d
Compare
Fabric isn't really designed to start two blocking operations, so I don't think it'd be a good idea to have it run ngrok for Starting to reconsider even including |
Hey Jack, thanks for the PR. I actually don't have too much experience with Fabric, did you end up giving up? |
Not entirely, just got busy with other stuff while waiting for feedback. I use fabric as a Makefile replacement, it accomplishes the same thing, but you're able to script in python and run shell commands both locally and remotely. Completely understand if you're not sold on it, but I think there are a couple commits in here that you might want to cherry pick if that's the case. |
I've been working on adding fabric support for a quicker dev environment setup. It's not quite ready, but it's far enough along that I'd like to get feedback before I continue too far down this road.
Some things that I'm still working on:
fab run
andfab run:development
don't run start ngrokfab run:production
doesn't touch iptables or init the models