Live data from Hacker News

Dead Simple Rails Deployment

blog.jerodsanto.net

1–10 of 14 posts

Re: Dead Simple Rails Deployment

#7
post #6

I hope the article wasn't deployed with Rails, right now the site is down.

ooh how embarrassing. Looks like my little DreamHost account can't handle even trivial traffic :(

I thought I had wp-super-cache enabled but maybe not. I'm giving it a reboot now so we'll see if that fixes things.

Re: Dead Simple Rails Deployment

#8
post #7
post #6

I hope the article wasn't deployed with Rails, right now the site is down.

ooh how embarrassing. Looks like my little DreamHost account can't handle even trivial traffic :( I thought I had wp-super-cache enabled but maybe not. I'm giving it a reboot now so we'll see if that fixes things.

I know, also working with Rails but couldn't miss it :D

Re: Dead Simple Rails Deployment

#9
post #8
post #7

Earlier quoted context omitted.

ooh how embarrassing. Looks like my little DreamHost account can't handle even trivial traffic :( I thought I had wp-super-cache enabled but maybe not. I'm giving it a reboot now so we'll see if that fixes things.

I know, also working with Rails but couldn't miss it :D

No worries, your joke gave me a chuckle too.

Looks like my wp-super-cache plugin is not working properly so every time the page is requested it regenerates the cache. No idea why but its pretty much killing the server.

Re: Dead Simple Rails Deployment

#10
Why not just rsync -auvz?

Avoiding a small bit of initial frustration in setting up Capistrano, SSH keys etc, in order to have what feels like an easier deploy is a wonderful case of penny wise and pound foolish.

Take the time, do it right, get the benefits of a real deployment. It's worth it.

Post reply on HN