Dev mode - e-m-b-a/embark GitHub Wiki

4Devs

We have a BLOG

Important

  1. Testing Firmware in Expert-Mode -> Dev-mode is risky
  2. All communication Ports are exposed onto/on the host IF EMBA runs in Dev-mode
  3. !! always run ./dev-tools/check-project.sh before committing !!
  4. Currently we run the Django-Server on the host without docker, since thats the easiest way to fully support EMBA.

How-to

  1. Install and Setup everything for Django to run:

    $ sudo ./installer.sh -F

  2. Start the Server:

    $./embark/manage.py runserver <port>
    (For full functionality use the $ sudo ./dev-tools/debug-server-start.sh)

Network-Architecture

Design

⚠️ **GitHub.com Fallback** ⚠️