update readme
This commit is contained in:
parent
1f9dea648f
commit
fdebda26e7
14
README.md
14
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}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue