1 Star 0 Fork 0

xhua / wp-calypso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Vagrantfile 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andy Peatling 提交于 2015-11-20 07:54 . Initial commit of wp-calypso
Vagrant.configure("2") do |config|
config.vm.define "app" do |app|
app.vm.provider "docker" do |d|
d.build_dir = "."
d.host_vm_build_dir_options = { rsync__args: ["--verbose", "--archive", "--delete", "-z", "--links"] }
d.ports = ["3000:3000"]
d.create_args = ["--env", "CALYPSO_ENV=wpcalypso"]
d.vagrant_vagrantfile = "./Vagrantfile-boot2docker"
end
end
end
1
https://gitee.com/xhua/wp-calypso.git
git@gitee.com:xhua/wp-calypso.git
xhua
wp-calypso
wp-calypso
master

搜索帮助