What can I use to set up a 100% cloud based python IDE + Hosting environment?
Posted
by
PhD
on Programmers
See other posts from Programmers
or by PhD
Published on 2013-10-18T02:24:57Z
Indexed on
2013/10/18
10:15 UTC
Read the original article
Hit count: 269
I'm working a side project and I can't always be on "my" machine to code/deploy the web application. I am aware of various cloud IDEs (e.g., Cloud 9 IDE) and independent Django/Flask etc., hosting services (e.g., Heroku). What is the best way to completely shift my development/deployment environment to the cloud so that I can code/deploy from anywhere?
I don't mind using paid services but I'm not sure which cloud IDEs play nice with which hosting services. Has anyone tried this setup before? What has or hasn't worked? I want to minimize the manual intervention in 'connecting the two services' as much as possible.
I'm going to be using Django, MySQL and Redis for the web-app
© Programmers or respective owner