Sign in
gfiber
/
vendor
/
opensource
/
tornado
/
146b50729b15fa72cc178698ec77436d96ce580a
/
.
/
maint
/
vm
/
ubuntu12.04
/
Vagrantfile
blob: 9fcc82a2c7eb7f7ffb74ba8ac0f09ce2595cf112 [
file
] [
log
] [
blame
]
Vagrant
::
Config
.
run
do
|
config
|
config
.
vm
.
box
=
"ubuntu12.04"
config
.
vm
.
network
:
hostonly
,
"172.19.1.5"
config
.
vm
.
share_folder
(
"tornado"
,
"/tornado"
,
"../../.."
,
:
nfs
=>
true
)
config
.
vm
.
provision
:
shell
,
:
path
=>
"setup.sh"
end