Private
Public Access
11
1

Update Setup Computer Debian 12

2023-10-31 15:59:25 +01:00
parent 664cc007ef
commit b86bcf21f8

@@ -182,6 +182,23 @@ make install
```
- install shellbox to run orocos as service
```
cd ~/work/stxm/SystemInstall/shellbox/procServ
autoreconf -i
mkdir build
cd build
../configure --disable-doc
make
sudo make install
cd ~/work/stxm/SystemInstall/shellbox/gfa-shellbox
sudo ./install.sh
# use your config file
sudo cp src/shellbox-PolLux.conf /etc/shellbox.conf
- copy startup scripts
```
cp -a ~/work/stxm/SystemInstall/PolLux/StartupScripts/ ~