Ruby on Rails Wednesday, February 29, 2012

i am trying to learn how to setup and maintain a vps for some rails apps. i have used shared and managed hosting but now i am looking for the freedom and flexibility a vps offers. i signed up with linode to give me something to play around with until i feel comfortable to deploy my live apps to a vps. i want to learn best practices and how to do things right.


initially i plan on hosting only a few smaller rails apps, but hopefully more in the future.

i have searched google and read quite a bit, but was wondering if any of the rails professionals could point me in the direction of some good resources or give their input directly? 

i have also read through many of the stackscripts and some seem good, others don't even setup a firewall.

here are some of the questions that have been going through my head that i have been trying to figure out.

security
-all rails apps under one user or separate user for each app?
-is it necessary to change the ssh port?
-how insecure is keeping ssh passwords enabled?
-fail2ban?

keeping the software up to date
-apt will help keep the os and some apps up to date
-how to easily keep compiled software updated like nginx?
-how about ruby, gems, rails,...

which of the following is better for rails apps
which linux distro?
32bit vs 64bit?
iptables vs ufw?
apache vs nginx?
mysql vs postgresql?
passenger vs unicorn?
is it a good or bad idea to use rvm on a server?
rvm per user or system wide?

what are some good strategies for backing up the server in case of failure?

how do you monitor the resource usage to see if more ram or cpu is needed?
how much of what do you log and how do you monitor the logs?

thank you,
scott

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/1j35DMuUFUAJ.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment