Any Recommended Rails Deployment Tutorial?

I am confused by Rails Deployment.

I followed this guide ( https://github.com/rocodev/guides/wiki/setup-production-development ) to set up the environment on my server.

I completed the entire installation process, but it does not work!

When I run "cap deploy: setup", he asked me to enter a password, and I typed, but he said that permission was denied.

I could not understand what the problem was, and I cannot clearly understand some parts of this guide.

Are there any resources (maybe a book) that can give me a solid idea of ​​deploying Rails?

Thanks.

+4
source share
3 answers

Rails:

, .

+5

RailsCasts:

/, () . 2- ( ) + NFS - .

, , PaaS (, Heroku). - , , .

0

Source: https://habr.com/ru/post/1525264/


All Articles