Very rough description on how I use [Vagrant][vagrant]. Uses some SSH magic to get easy git access to your private repos.
Host Setup
- Use most recent version of [vagrant][vagrant].
- Some tools and plugins:
- [vagrant-dns][vagrant-dns] (MacOS only!) starts a local DNS Server, so that you can access your webserver with a domain name (not only an IP). After installation (
vagrant plugin install vagrant-dns
) runvagrant dns --install
to initially setup some system configurations on your system. This will require you to enter your password once.
- [vagrant-dns][vagrant-dns] (MacOS only!) starts a local DNS Server, so that you can access your webserver with a domain name (not only an IP). After installation (