1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00
fittrackee_ynh/doc/ADMIN.md

12 lines
358 B
Markdown
Raw Normal View History

After the installation, you can login with the user and password you choose before the installation.
2023-03-06 13:24:15 +01:00
If you have to use the [command line interface (cli)](https://samr1.github.io/FitTrackee/cli.html), you can go like this:
2023-03-06 13:18:38 +01:00
2023-03-09 22:58:12 +01:00
```
2023-12-21 09:52:21 +01:00
pushd __INSTALL_DIR__/
source __INSTALL_DIR__/venv/bin/activate
ftcli [OPTIONS] COMMAND [ARGS]...
2023-12-21 09:52:21 +01:00
popd
2023-03-09 22:58:12 +01:00
```
2023-03-06 13:18:38 +01:00