I'm creating a simple site for my family and which is basically just static files (I don't want a CMS).
I've tried using heroku and google app engine but heroku wind down the server which yields a 30s delay on some requests and google app engine takes up to 500ms to serve a static page.
So my question is, are there any alternatives to heroku and google app engine for hosting content in the cloud
I'm trying to setup a Geotrust SSL certificate for my Heroku app using the SSL Endpoint addon and the instructions at https://devcenter.heroku.com/articles/ssl-endpoint.
I generated my public key from my private key using:
openssl rsa -in server.orig.key -out server.key
and added to the heroku certs:
heroku certs:add server.crt server.key
Everything seemed to be fine.
We host our application on Heroku. I'm wondering what can I do as a backup plan when Heroku doesn't work.
If I keep a backup of everything on Rackspace, when Heroku goes down, can I change to Rackspace in the moment? Any idea how that's done?
Thanks
I'm planning to set up a Django site on Heroku. It will run on Heroku's Cedar stack, which allows Python apps, but doesn't include or support HTTP upstream caching with Varnish like the other stacks do.
It will be a very read-heavy site and I'd like to use Varnish for HTTP caching.
I tried to install Heroku in Ubuntu using this script
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
and I get this error while installing heroku-toolbelt package
Failed to fetch http://toolbelt.heroku.com/ubuntu/./foreman-0.60.0.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I tried to download "http://toolbelt.heroku.c
After performing load testing against an app hosted on Heroku, I am finding that the most DB intensive request takes 50-200ms depending upon load. It never gets slower, no matter the load.
Deploying your web app to heroku is easy
What I want to know it is there any open source tools installed on your linux server so you can have the same deploying experience, since heroku buildpacks is all open source.
I'm trying to install the Heroku Toolbelt for a Django project in Lubuntu as described on the Heroku site:
$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
However, this produces the following error:
sh: 1: Usage:: not found
sh: 4: Syntax error: EOF in backquote substitution
What's going on here?
CircleCI, a continuous integration platform for web application developers, has announced $1.5 millon in seed funding from a group of individual investors.