File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,10 @@ This script will:
24242 . reduce VM disk size;
25253 . generate a file named ` ngsdn-tutorial.ova ` .
2626
27- Use credentials ` sdn ` /` rocks ` to log in the Ubuntu system.
27+ Use credentials ` sdn ` /` rocks ` to log in the Ubuntu system.
28+
29+ ** Note on IntelliJ IDEA plugins:** plugins need to be installed manually. We
30+ recommend installing the following ones:
31+
32+ * https://plugins.jetbrains.com/plugin/10620-p4-plugin
33+ * https://plugins.jetbrains.com/plugin/7322-python-community-edition
Original file line number Diff line number Diff line change @@ -15,16 +15,14 @@ function wait_vm_shutdown {
1515# Provision
1616vagrant up
1717
18- VB_UUID=$( cat .vagrant/machines/default/virtualbox/id)
19- VBoxManage snapshot " ${VB_UUID} " take " pre-cleanup"
20-
2118# Cleanup
19+ VB_UUID=$( cat .vagrant/machines/default/virtualbox/id)
2220vagrant ssh -c ' bash /vagrant/cleanup.sh'
2321sleep 5
2422vboxmanage controlvm " ${VB_UUID} " acpipowerbutton
2523wait_vm_shutdown " ${VB_UUID} "
2624# Remove vagrant shared folder
27- vboxmanage sharedfolder remove ${VB_UUID} -name " vagrant"
25+ vboxmanage sharedfolder remove " ${VB_UUID} " -name " vagrant"
2826
2927# Export
3028rm -f ngsdn-tutorial.ova
You can’t perform that action at this time.
0 commit comments