Using Vagrant or Docker to run various applications.
YoshikawaTaiki/virtualmachine-template - Using Vagrant to run various applications.
if you use Macintosh
brew cask install virtualbox vagrantvagrant plugin install vagrant-omnibus vagrant-vbguest sahara vagrant-share vagrant-proxyconfvagrant up defaultvagrant ssh default
- Make sure you've installed Requirements.
- Open terminal,
cdto working directory and clone the projectgit clone git://github.com/YoshikawaTaiki/vagrant-template.git - Place application source code into webroot folder
- To turn off virtual machine execute
vagrant halt - To start the virtual machine again execute
vagrant up - To clean up execute
vagrant destroy
- Fork it ( https://github.com/Yoshikawataiki/vagrant-template/fork)
- Create your feature branch
- Commit your changes
- Push to the branch
- Create new Pull Request