The last one command to setup production server for Rails
There are hundreds of articles about preparing fresh VDS for first RoR app deploy. So much attention for so petty and routine task⦠So I released a gem with a one command that simply does all that stuff for you without asking any questions:
$ gem install from-scratch
$ scratchify your_app_name your.host.com
Details on Github.
Post a comment