1 Star 0 Fork 0

zergmk2/portia

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Vagrantfile 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ville Ristimäki 提交于 2018-05-17 00:01 . Correct paths
# vim:ft=ruby
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.host_name = "portia"
config.vm.provision :shell, :path => 'docker/provision.sh', :args => [
"install_deps", "install_splash", "install_python_deps", "configure_nginx", "configure_initctl", "migrate_django_db", "start_portia"
]
config.vm.network "private_network", ip: "33.33.33.10"
config.vm.network "forwarded_port", guest: 9001, host: 9001
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zergmk2/portia.git
git@gitee.com:zergmk2/portia.git
zergmk2
portia
portia
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385