@@ -24,7 +24,7 @@ The following services are required for the different components:
...
@@ -24,7 +24,7 @@ The following services are required for the different components:
-`httpd` daemon running the webservice. The configuration for this can be found at [`config/httpd`](config/httpd). By default, this has to be stored at `/etc/httpd/conf`. The WSGI module is required to run flask services within the Apache webserver.
-`httpd` daemon running the webservice. The configuration for this can be found at [`config/httpd`](config/httpd). By default, this has to be stored at `/etc/httpd/conf`. The WSGI module is required to run flask services within the Apache webserver.
-`mongodb` hosting a MongoDB for `atlas_server`.
-`mongodb` hosting a MongoDB for `atlas_server`.
-`mariadb` (former `MySQL database`) to store data for Microdraw. The database can be created using the script located at [scripts/create_database.sql](scripts/create_database.sql).
-`mariadb` (former `MySQL database`) to store data for Microdraw.