Add info on partial-reprovision.
authorSomeone <jan.vales@tuwien.ac.at>
Fri, 2 Nov 2018 19:05:08 +0000 (20:05 +0100)
committerSomeone <jan.vales@tuwien.ac.at>
Fri, 2 Nov 2018 19:05:08 +0000 (20:05 +0100)
README.md

index 99a8e997b08b2efe4c120e7370f68ebb3516dcc4..1c32fb6b937d183fa8aaf0af5031d70f414bc689 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,15 +1,17 @@
 # Project Topic 4 - Docker-based Service Composition
 
 ## Getting Started
-
 ### Prerequisites
-+ vagrant (2.0.2, 2.1.2)
-
-
-### Installing
-+ install vagrant
-+ clone repo
++ vagrant (2.0.2, 2.1.5)
 
 
 ## Deployment
-+ ``vagrant up``
\ No newline at end of file
+On Virtualbox
++ ``vagrant up``
++ wait
+
+### Quick re-deployment
+This will kill/delete all existing containers (and ignore images -> minimal re-downloading)
++ currently we do not export anything anywhere -> runtime-changes will likely be lost.
++ ``vagrant rsync``
++ ``vagrant provision``
\ No newline at end of file