diff --git a/README.md b/README.md index b0d9635..66081a9 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,17 @@ git clone https://github.com/echomav/echopilot_deploy.git /tmp/echopilot_deploy Using the web user interface, you can now configure mavlink-router endpoints. The most common scenario is UDP Client pushing data to the ground control system computer. +## cockpit-docker + +[Source](https://askubuntu.com/a/1522863) + +``` +sudo apt install -y nodejs gettext make +wget https://github.com/chabad360/cockpit-docker/releases/download/16/cockpit-docker-16.tar.xz +tar xvf cockpit-docker-16.tar.xz +cd cockpit-docker +export NODE_ENV=production +sudo make install PREFIX="/usr" +sudo systemctl restart cockpit.{socket,service} +``` +