Has anyone successfully deployed Flask on Dreamhost?
Yup. Using FLUP and FastCGI.
=====
--Ryan E. Freckleton
On Tue, Oct 12, 2010 at 6:24 PM, Aaron Moodie <aaronmoodie@gmail.com> wrote:
> Has anyone successfully deployed Flask on Dreamhost?
Thanks Ryan. do you have a link to the site/app you're running? On Wed, Oct 13, 2010 at 12:49 PM, Ryan Freckleton <ryan.freckleton@gmail.com > wrote: > Yup. Using FLUP and FastCGI. > ===== > --Ryan E. Freckleton > > > > On Tue, Oct 12, 2010 at 6:24 PM, Aaron Moodie <aaronmoodie@gmail.com> > wrote: > > Has anyone successfully deployed Flask on Dreamhost? >
Sure: http://rpg.cerris.com/ It's currently running threaded instead of pre-forked, so it may be a bit slow. I started it as a project to do with some friends, so it's not a finished product yet. ===== --Ryan E. Freckleton On Tue, Oct 12, 2010 at 7:56 PM, Aaron Moodie <aaronmoodie@gmail.com> wrote: > Thanks Ryan. > do you have a link to the site/app you're running? > > > On Wed, Oct 13, 2010 at 12:49 PM, Ryan Freckleton > <ryan.freckleton@gmail.com> wrote: >> >> Yup. Using FLUP and FastCGI. >> ===== >> --Ryan E. Freckleton >> >> >> >> On Tue, Oct 12, 2010 at 6:24 PM, Aaron Moodie <aaronmoodie@gmail.com> >> wrote: >> > Has anyone successfully deployed Flask on Dreamhost? > >
Cool. Seems pretty snappy to me! thanks! On Wed, Oct 13, 2010 at 12:58 PM, Ryan Freckleton <ryan.freckleton@gmail.com > wrote: > Sure: http://rpg.cerris.com/ > > It's currently running threaded instead of pre-forked, so it may be a > bit slow. I started it as a project to do with some friends, so it's > not a finished product yet. > > ===== > --Ryan E. Freckleton > > > > On Tue, Oct 12, 2010 at 7:56 PM, Aaron Moodie <aaronmoodie@gmail.com> > wrote: > > Thanks Ryan. > > do you have a link to the site/app you're running? > > > > > > On Wed, Oct 13, 2010 at 12:49 PM, Ryan Freckleton > > <ryan.freckleton@gmail.com> wrote: > >> > >> Yup. Using FLUP and FastCGI. > >> ===== > >> --Ryan E. Freckleton > >> > >> > >> > >> On Tue, Oct 12, 2010 at 6:24 PM, Aaron Moodie <aaronmoodie@gmail.com> > >> wrote: > >> > Has anyone successfully deployed Flask on Dreamhost? > > > > >