add vagrant

This commit is contained in:
Guobao Jiang 2014-02-12 09:36:06 +08:00
parent f50bd9f3f4
commit 21df4abf51
2 changed files with 11 additions and 0 deletions

View File

@ -17,5 +17,6 @@ Aborn Jiang (aborn.jiang@gmail.com)
* 2014-01-22 v0.2 (add .rc and elisp files)
* 2014-01-24 v0.3 (add nginx configure files)
* 2014-01-26 v0.4 (add kit subrepo files)
* 2014-02-12 v0.5 (add vagrant subrepo files)

10
vagrant/vagrant.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
###################################################
# for official install vagrant
###################################################
# for linux-32 ubuntu
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.4.3_i686.deb
dpkg -i vagrant_1.4.3_i686.deb
vagrant init precise32 http://files.vagrantup.com/precise32.box
vagrant up