Skip to content

Ferdov/juicebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dev-box

Collection of bash scripts for Vagrant provisioning. Useful for hackathons and workshops.

Usage

To start and provision box with specific bash scripts from master repository:

$ PROVISION="python,git" vagrant up

To start and provision box with all available scripts:

$ vagrant up

If working with local provisioning scripts:

$ DEBUG=true PROVISION="python,git" vagrant up

TODO

  • Ruby/RVM
  • Node/NVM
  • Python virtualenv setup

About

A virtual machine designed for programming workshops.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 79.4%
  • Makefile 15.6%
  • Ruby 5.0%