Skip to content

Vagrant plugin to create non-engeneer friendly environment. Double click and run VM.

License

Notifications You must be signed in to change notification settings

koseki/vagrant-layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant Layout (default)

See plugin branch for detail.

This is basic web development environment using Vagrant. You can overwrite these files using Gist or just fork.

Installation

$ vagrant plugin install vagrant-layout
$ mkdir your-project-name
$ cd your-project-name
$ vagrant layout init

Start VM

  1. Double click sandbox/osx/start.command or sandbox/win/start.bat
  2. Access http://localhost:8080/

Provisioning

sandbox/bin/provision.sh will install:

  • Nginx

Contributing

  1. Fork it ( https://github.com/koseki/vagrant-layout/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Vagrant plugin to create non-engeneer friendly environment. Double click and run VM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published