Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yafits
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
artemix
yafits
Wiki
Technical informations
Changes
Page history
New page
Templates
Clone repository
Update Technical informations
authored
3 years ago
by
Caillat Michel
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Technical-informations.md
+15
-1
15 additions, 1 deletion
Technical-informations.md
with
15 additions
and
1 deletion
Technical-informations.md
View page @
2d81e1bc
...
...
@@ -169,3 +169,17 @@ success
```
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
This diff is collapsed.
Click to expand it.