I've created a template to deploy Flask apps on ep.io- https://github.com/samrat/flask-epio-template. Just thought you guys might be interested. Any feedback would be greatly appreciated. Samrat
What's the use of this? I mean, ep.io has a perfect quickstart[0] with comments/explanations for that. And it's really, really easy. It took me 2 minutes to deploy my app on ep.io. Or did I miss somethong in your repo? [0] https://www.ep.io/docs/quickstart/flask/ On 02.09.2011, at 20:20, Samrat Man Singh <samratmansingh@gmail.com> wrote: > I've created a template to deploy Flask apps on ep.io- > https://github.com/samrat/flask-epio-template. Just thought you guys > might be interested. Any feedback would be greatly appreciated. > > Samrat
Peter and Gregg, What I meant to create was an easy framework so that one could just copy the flask app into the right folder, then deploy it. I know the quickstart is easy; I was just trying to save myself some work for future projects and was hoping others might find it helpful too. Thanks for the feedback On 9/3/11, Peter Manser <mail@petermanser.ch> wrote: > What's the use of this? I mean, ep.io has a perfect quickstart[0] with > comments/explanations for that. And it's really, really easy. It took me 2 > minutes to deploy my app on ep.io. > > Or did I miss somethong in your repo? > > [0] https://www.ep.io/docs/quickstart/flask/ > > On 02.09.2011, at 20:20, Samrat Man Singh <samratmansingh@gmail.com> wrote: > >> I've created a template to deploy Flask apps on ep.io- >> https://github.com/samrat/flask-epio-template. Just thought you guys >> might be interested. Any feedback would be greatly appreciated. >> >> Samrat >
Well, to tell the truth... it takes a lot more time, to checkout this repository, move your app in this folder, rename things... then eventually you even have to add some more requirements to requirements.txt ... If I decide to upload an app to ep.io, the only things I've to do is, creating the requirements.txt (containing "Flask") and another file epio.ini (containing 2 lines). $ epio create [optional appname] $ epio upload (you have to do that too, with your "time saver") As I said, it takes me 2 minutes. It doesn't really save you time, does it? On Fri, Sep 2, 2011 at 9:52 PM, Samrat Man Singh <samratmansingh@gmail.com> wrote: > Peter and Gregg, > What I meant to create was an easy framework so that one could just > copy the flask app into the right folder, then deploy it. I know the > quickstart is easy; I was just trying to save myself some work for > future projects and was hoping others might find it helpful too. > > Thanks for the feedback > > On 9/3/11, Peter Manser <mail@petermanser.ch> wrote: >> What's the use of this? I mean, ep.io has a perfect quickstart[0] with >> comments/explanations for that. And it's really, really easy. It took me 2 >> minutes to deploy my app on ep.io. >> >> Or did I miss somethong in your repo? >> >> [0] https://www.ep.io/docs/quickstart/flask/ >> >> On 02.09.2011, at 20:20, Samrat Man Singh <samratmansingh@gmail.com> wrote: >> >>> I've created a template to deploy Flask apps on ep.io- >>> https://github.com/samrat/flask-epio-template. Just thought you guys >>> might be interested. Any feedback would be greatly appreciated. >>> >>> Samrat >> > -- Skype: petermanser Web: http://petermanser.ch
Context: https://www.ep.io/ is a wsgi elastic hosting site, similar to DjangoZoom and the like (RailsYard-ish stuff over in railslandia). Samrat, I have been trying to unify various flask-layout stuff as part of https://github.com/gregglind/flask-tool and there tons of other projects around, including many that are better than that one! Cheers! Gregg On Fri, Sep 2, 2011 at 1:20 PM, Samrat Man Singh <samratmansingh@gmail.com> wrote: > I've created a template to deploy Flask apps on ep.io- > https://github.com/samrat/flask-epio-template. Just thought you guys > might be interested. Any feedback would be greatly appreciated. > > Samrat >