diff --git a/doc/ADMIN.md b/doc/ADMIN.md index c378810..56c7941 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,14 +1,11 @@ -After the installation, you can create your first user in your browser. +After the installation, you can login with the user and password you choose before the installation. -Then, to change it as admin user, you have to go to cli: +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/ pipenv shell - ftcli users update --set-admin true + ftcli [OPTIONS] COMMAND [ARGS]... ``` - -`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`. - -`` has to be changed with the actual username the account creation has been done. +`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`. \ No newline at end of file diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 7be699c..b4614bb 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,13 +1,11 @@ -Après l’installation, vous pouvez créer un utilisateur via le navigateur. +Après l’installation, vous pouvez vous connecter avec les nom d’utilisateur et mot de passe que vous avez choisis avant l’installation. -Pour faire de cet utilisateur un administrateur, vous devez utiliser la ligne de commande : +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/ pipenv shell - ftcli users update --set-admin true + ftcli [OPTIONS] COMMAND [ARGS]... ``` -`$install_dir` doit être modifié en l’adresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`. - -`` doit être remplacé par le nom d’utilisateur du compte créé. +`$install_dir` doit être modifié en l’adresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`. \ No newline at end of file