Rails Application Hosting on Linode

I plan to host the Rails application in Linode, but I'm still not sure about the requirements and the deployment process. I only get plan 512, as I expect relatively little traffic for the site.

My question is: do I need to get a repository like Github to save my code? I'm also a little worried about how long it takes to install the server and the deployment process. I looked at the Linode library, but I do not quite understand how to deploy Rails applications. I plan to use nginx as my server and passenger for deployment. Does anyone know where I can learn to deploy Rails applications on a Linode machine? A walkthrough with a detailed explanation would be great. Thank!

+5
source share
4 answers

I deployed some simple applications to Linode and found that their documentation is excellent. In particular, they have step-by-step guides adapted to specific environments. For example, in my case (like you) I wanted to use nginx and I used Ubuntu 10.04, so I followed this guide:

http://library.linode.com/frameworks/ruby-on-rails-nginx/ubuntu-10.04-lucid

If this is your first time setting up a VPS, there are likely to be some hurdles, but I found this experience to be very rewarding.

, , , . linode, , , , .

, , , , github - . , , ( ), .

, , gitosis gitolite, . , , , HTTP, : http://dev.bazingaweb.fr/2011/02/23/how-to-set-up-git-over-http.html

Linode git: https://library.linode.com/linux-tools/version-control/git

, , , , .

linode:

+5

Perfect Script nginx/PostgreSQL/Postfix/ Node.js/ /rbenv

enter image description here

also link to this link https://medrails.wordpress.com/?blogsub=confirming#subscribe-blog

thank

0
source

All Articles