Skip to content

yoshikawa/virtualmachine-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualMachine-Template

Using Vagrant or Docker to run various applications.

Description

YoshikawaTaiki/virtualmachine-template - Using Vagrant to run various applications.

Requirements

Usage

Vagrant

if you use Macintosh

  1. brew cask install virtualbox vagrant
  2. vagrant plugin install vagrant-omnibus vagrant-vbguest sahara vagrant-share vagrant-proxyconf
  3. vagrant up default
  4. vagrant ssh default

Install

  • Make sure you've installed Requirements.
  • Open terminal, cd to working directory and clone the project git 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

Contribution

  1. Fork it ( https://github.com/Yoshikawataiki/vagrant-template/fork)
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

Licence

MIT

Author

YoshikawaTaiki