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

fix variables in admin.md

This commit is contained in:
Thomas 2023-12-21 09:52:21 +01:00 committed by GitHub
parent 630930a67d
commit cdd3b5103a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -3,9 +3,9 @@ After the installation, you can login with the user and password you choose befo
If you have to use the [command line interface (cli)](https://samr1.github.io/FitTrackee/cli.html), you can go like this:
```
pushd $install_dir/
source $install_dir/venv/bin/activate
pushd __INSTALL_DIR__/
source __INSTALL_DIR__/venv/bin/activate
ftcli [OPTIONS] COMMAND [ARGS]...
popd
```
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.

View file

@ -3,9 +3,9 @@ Après linstallation, vous pouvez vous connecter avec les nom dutilisateur
Si vous avez besoin dutiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes:
```
pushd $install_dir/
source $install_dir/venv/bin/activate
pushd __INSTALL_DIR__/
source __INSTALL_DIR__/venv/bin/activate
ftcli [OPTIONS] COMMAND [ARGS]...
popd
```
`$install_dir` doit être modifié en ladresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`.