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:
parent
630930a67d
commit
cdd3b5103a
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
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/
|
pushd __INSTALL_DIR__/
|
||||||
source $install_dir/venv/bin/activate
|
source __INSTALL_DIR__/venv/bin/activate
|
||||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
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/`.
|
|
|
@ -3,9 +3,9 @@ Après l’installation, vous pouvez vous connecter avec les nom d’utilisateur
|
||||||
Si vous avez besoin d’utiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes :
|
Si vous avez besoin d’utiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes :
|
||||||
|
|
||||||
```
|
```
|
||||||
pushd $install_dir/
|
pushd __INSTALL_DIR__/
|
||||||
source $install_dir/venv/bin/activate
|
source __INSTALL_DIR__/venv/bin/activate
|
||||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||||
|
popd
|
||||||
```
|
```
|
||||||
|
|
||||||
`$install_dir` doit être modifié en l’adresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`.
|
|
Loading…
Reference in a new issue