Update Technical informations authored by Caillat Michel's avatar Caillat Michel
......@@ -168,4 +168,18 @@ success
success
```
to add the port 3023 and have it available immediately.
\ No newline at end of file
to add the port 3023 and have it available immediately.
# yafitss documentation
It is available at $SERVER_URL:5252/apidoc/index.html
* 5252 is the port number at which yafitss is visible (can be changed)
* apidoc prefix is a reference to the tool uses to generate the documentation. Its activation can be found in yafitss's Dockerfile :
```
# Generate the bottle server documentation
WORKDIR /home/partemix/yafitss
RUN apidoc -f serverWsgi.py -o /home/partemix/dataroot/apidoc
```
\ No newline at end of file