-
Published Answer
+1!
We’re forced to used AWS Sydney because data of my clients needs to stay on Australian soil + 20ms ping. The 200ms Singapore p…
•
By
janwerkhoven
-
Published Answer
+1 For my Australian customers we'er forced to use Singapore servers (about 200ms latency) or AWS in Sydney (20ms latency). I’d lov…
•
By
janwerkhoven
-
Published Answer
Have you tried something like:
# Redirects (production)
server {
listen 80;
listen 443 ssl;
server_name example...
•
By
janwerkhoven
-
Published Answer
Great, bumping up to 1GB RAM resolved the issue.
It was the gem nokogiri that broke the install.
Thank you for your fast response…
•
By
janwerkhoven
-
Published Question
Hello,
I have been following this tutorial on how to get started with Ruby on Rails:
https://www.digitalocean.com/community/tutorials/how-to-use-the-ruby-on-rails-one-click-application-on-digitalocean
But got stuck wh...
Accepted Answer:
It's because you are running out of memory.
Try adding more swap: https://www.digitalocean.com/community/articles/how-to-add-swap-on-ubuntu-12-04
Or bump up to a bigger droplet.
3
•
•
By
janwerkhoven
Ruby on Rails
Ubuntu