Skip to content

Instantly share code, notes, and snippets.

@duleorlovic
duleorlovic / a quick way to deploy ruby on rails on vagrant.md
Last active June 23, 2020 20:20
Quickly deploy any Ruby on Rails application to VirtualBox using Vagrant or to any other provider of Linux machine just running this shell script

Deploy Ruby on Rails

You can use those bootstrap script to deploy your Rails application to Virtualbox. It's not intended to replace Chef or Puppet, but since its plain bash, its very readable and you can copy some lines and paste to your ssh session...

How to use

After installing Vagrant software run vagrant init and edit your Vagrantfile