7 Star 8 Fork 1

Gitee 极速下载 / beringei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/facebookarchive/beringei
克隆/下载
Vagrantfile 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
at15 提交于 2017-02-10 17:59 . Add Vagrantfile
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
# the base box is ubuntu 16.10
config.vm.box = "bento/ubuntu-16.10"
# check update
config.vm.box_check_update = true
# forward guest 80 to host 8080
# config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.provider "virtualbox" do |vb|
# Don't show the GUI unless you have some bug
vb.gui = false
# Customize the amount of memory on the VM:
vb.memory = "1024"
end
config.vm.provision "shell", path: "setup_ubuntu.sh"
end
C++
1
https://gitee.com/mirrors/beringei.git
git@gitee.com:mirrors/beringei.git
mirrors
beringei
beringei
master

搜索帮助