Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have just finished writing a simple python web application based on the bottle microframework and I am looking for some good advice on the easiest and most efficient way to deploy the application to the internet.

share|improve this question

2 Answers

on the official website everything is explained here and it's pretty easy to setup

other than this, what is actually that you need to know?

share|improve this answer
got to do with hardware..what kind of hardware would be ok for this kind of application or is using heroku or amazon ec2 a better option? – user559611 Jan 3 '12 at 1:28
i guess it's pretty much the same thing, you can run it on any dedicated linux box (for ease of configuration) aswell on heroku. i know nothing about amazon ec2, tho. – Samuele Mattiuzzo Jan 3 '12 at 2:17

There are some cheap way:

  • Use Red Hat Openshift FREE account with python wsgi.
  • Buy a small VPS (e.g. 128-256MB ram) running Linux with nginx+uwsgi.
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.