More informative README
authorSomeone <jan.vales@tuwien.ac.at>
Mon, 5 Nov 2018 02:16:03 +0000 (03:16 +0100)
committerSomeone <jan.vales@tuwien.ac.at>
Mon, 5 Nov 2018 02:16:03 +0000 (03:16 +0100)
README.md

index 1c32fb6b937d183fa8aaf0af5031d70f414bc689..28103a084a7704970a8524abf4ba4391920c7096 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,4 +14,19 @@ On Virtualbox
 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
++ ``vagrant provision``
++ wait
+
+### libvirt support
+We now support multiple hypervisors! :)
++ Get a working libvirt setup.
++ Get the libvirt vagrant plugin: ``CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-libvirt``
++ ``vagrant up --provider=libvirt``
++ wait
+
+
+## Our services
++ [analysis](service-analysis/README.md)
++ [fallback](service-fallback/README.md)
++ [reporting](service-reporting/README.md)
++ [twitter](service-twitter/README.md)