Go to file
ehlxr da94b32950 站点更新:2018-11-01 19:12:24 2018-11-01 19:12:24 +08:00
base feat(): init 2018-03-29 18:42:14 +08:00
config 站点更新:2018-11-01 18:19:14 2018-11-01 18:19:14 +08:00
.gitignore 站点更新:2018-11-01 18:19:14 2018-11-01 18:19:14 +08:00
README.md 📝 docs(): 2018-03-29 19:22:14 +08:00
Vagrantfile 站点更新:2018-11-01 19:11:39 2018-11-01 19:11:39 +08:00

README.md

Vagrant

➜ wget https://www.dropbox.com/s/nuz6ts1hlx4vy27/vagrant-centos-7.2.box\?dl\=0 -O vagrant-centos-7.2.box

➜ vagrant box add -f centos-7.2 vagrant-centos-7.2.box

➜ cd base

➜ vagrant up # 执行 init.sh 脚本时,最好保证能够 fq

➜ vagrant package --output centos-7.2-ehlxr.box

➜ vagrant box add -f centos-7.2-ehlxr centos-7.2-ehlxr.box