Apache server setup for capistrano deployment demonstration at comorichweb. Nothing special that enables capistrano, just a typical setup so I had a server to go against.
Run local_setup.sh to add an entry to your /etc/hosts file for my.example.com.
aside from vagrant, there is a www-deploy user that belongs to the www-data group. His password is 'password'.
- install Oracle Virtual Box
- install vagrant
- clone this repo
- type vagrant up from the base directory
- run
vagrant up && vagrant provision
- profit
If you need to change the IP address used simply update the Vagrantfile with a different ip.