diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-07-12 03:19:14 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-07-14 03:36:49 -0700 |
commit | 5891e10c81f19ae36dcefb3cd1770bbf921d1b8e (patch) | |
tree | 5606a2410585cd86c9b364038d09374ab3be5539 /vagrant/README.md | |
parent | a61901e1bd83ac9fea580cd57718ca75987273c5 (diff) |
[POLICY-70] build/setup policy by vagrant
Change-Id: Id594293fe49b9beb6b78ceb21114d4c3f8df2077
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'vagrant/README.md')
-rw-r--r-- | vagrant/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vagrant/README.md b/vagrant/README.md new file mode 100644 index 00000000..33ad8306 --- /dev/null +++ b/vagrant/README.md @@ -0,0 +1,9 @@ +This directory is to build & setup policy by vagrant. It is verified to work in +Ubuntu 16.04 64bit. + +To setup vagrant, run the followings: + +#sudo apt-get install -y virtualbox +#wget --no-check-certificate https://releases.hashicorp.com/vagrant/1.8.6/vagrant_1.8.6_x86_64.deb +#sudo dpkg -i vagrant_1.8.6_x86_64.deb +#vagrant up |