How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "chenglong/benchbox"
end
vagrant init chenglong/benchbox
vagrant up
This version was created almost 8 years ago.
Upgrade python libraries due to py_publish annoying warnings
$ apt-get install libffi-dev libssl-dev $ pip install pyopenssl ndg-httpsclient pyasn1
This version was created almost 8 years ago.
Installed py_publish dependencies
This version was created over 8 years ago.
benchbox