Skip to content

Overview

BenediktMKuehne edited this page Nov 25, 2021 · 6 revisions

TODO [TOC]

Embark:


This is the name of the webserver that was build with Django

Django:

MTV = model - template - views . The main idea behind django.

Make a model for your data - build a template for how the data is beeing presented to the user - define views for requests

Development

Embark is build and hosted from Host while everything else is running in its own seperate docker container More info

Emba


Emba provides the main functionalities for the Firmware-analysing process. It`s run in a docker-container.

Emba-Wiki

Redis


[TODO]

MySQL


Embark uses and depends on a MySQL-Database which is also run in a docker-container

Clone this wiki locally