Update ReadTheDocs docs folder
[vid.git] / docs / docs-delivery.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3
4 Delivery
5 ========
6
7 VID is delivered as a Docker image, and uses MariaDb which is also delivered as a Docker image. The two images are linked.
8
9
10 - MariaDB Image
11   Create a container using the Docker MariaDB image.
12   
13 - VID Image
14   Create a Docker image which extends the Tomcat Docker image, and linked to the MariaDB container created earlier. 
15   Configuration of the Docker container will be customized by providing environment variables to the "docker run" command.
16
17
18 .. blockdiag::
19
20    blockdiag layers {
21     node_width = 200;
22     default_fontsize = 24;
23     node_height = 100;
24     orientation = portrait
25     VID -> MariaDb [dir = both];
26
27     group l1 {
28          VID; MariaDb [shape = flowchart.database];
29         }
30    }
31
32
33 Recommended Rackspace VM Flavor
34 --------------------------------
35 +------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+
36 | ID         | Flavor name            | Memory | Disk | Ephemeral | VCPUs | RTTX factor |  |  |  |
37 +------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+
38 | general1-2 | 2GB General Purpose v1 | 2048   | 40   | 0         | 2     | 400.0       |  |  |  |
39 +------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+
40