Add chkdeploy step to documentation
This commit is contained in:
parent
587d4f5318
commit
20b32b8fe8
|
@ -23,3 +23,7 @@ git clone --depth 1 https://gitea.mdg-hamburg.de/MDG-Packages/winst-mdg-python.g
|
||||||
```sh
|
```sh
|
||||||
cd /srv/deploy/install/mdg-python/ && make
|
cd /srv/deploy/install/mdg-python/ && make
|
||||||
```
|
```
|
||||||
|
3. Run chkdeploy to make IServ aware of the new package
|
||||||
|
```sh
|
||||||
|
chkdeploy
|
||||||
|
```
|
Loading…
Reference in New Issue