]> git.somenet.org - pub/jan/aic18.git/blob - README.md
main readme with contributions
[pub/jan/aic18.git] / README.md
1 # Project Topic 4 - Docker-based Service Composition
2
3 ## Getting Started
4 ### Prerequisites
5 + vagrant (2.0.2, 2.1.5)
6
7
8 ## Deployment
9 On Virtualbox
10 + ``vagrant up``
11 + wait
12
13 ### Quick re-deployment
14 This will kill/delete all existing containers (and ignore images -> minimal re-downloading)
15 + currently we do not export anything anywhere -> runtime-changes will likely be lost.
16 + ``vagrant rsync``
17 + ``vagrant provision``
18 + wait
19
20 ### libvirt support
21 We now support multiple hypervisors! :)
22 + Get a working libvirt setup.
23 + Get the libvirt vagrant plugin: ``CONFIGURE_ARGS="with-libvirt-include=/usr/include/libvirt with-libvirt-lib=/usr/lib64" vagrant plugin install vagrant-libvirt``
24 + ``vagrant up --provider=libvirt``
25 + wait
26
27
28 ## Our services
29 + [camunda](camunda-overlay/README.md)
30 + [analysis](service-analysis/README.md)
31 + [fallback](service-fallback/README.md)
32 + [reporting](service-reporting/README.md)
33 + [twitter](service-twitter/README.md)
34
35 ## Contribution
36 ### camunda
37 Main Contributor: David Kaufmann
38 ### analysis
39 Main Contributor: Sebastian Steiner
40 ### fallback
41 Main Contributor: Jan Vales
42 ### reporting 
43 Main Contributor: Fabian Eichhorner
44 ### twitter
45 Main Contributor: Michael Winsauer