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 vagrant
vagrant plugin install vagrant-omnibus vagrant-vbguest sahara vagrant-share vagrant-proxyconf
vagrant up default
vagrant ssh default
- Make sure you've installed Requirements.
- Open terminal,
cd
to 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