summaryrefslogtreecommitdiffstats
path: root/vagrant/README.md
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-07-16 06:26:12 +0000
committerGerrit Code Review <gerrit@onap.org>2017-07-16 06:26:12 +0000
commit3de4f73faf3e2aaa3f8f56cebb6ffb3958c3c930 (patch)
tree158ec9693fb82090b693f30d341e611843b2024c /vagrant/README.md
parenta3d4d740e5256a331f949e9a307f50883357253b (diff)
parent5891e10c81f19ae36dcefb3cd1770bbf921d1b8e (diff)
Merge "[POLICY-70] build/setup policy by vagrant"
Diffstat (limited to 'vagrant/README.md')
-rw-r--r--vagrant/README.md9
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