update readme

This commit is contained in:
Burak Ozter 2024-10-29 10:14:35 -03:00
parent 1f9dea648f
commit fdebda26e7
1 changed files with 14 additions and 0 deletions

View File

@ -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}
```