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

Change ADMIN.md because user is now created during installation 🎉

This commit is contained in:
Thomas 2023-04-13 20:20:44 +02:00 committed by GitHub
parent e7fe9951db
commit 3241afd13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 13 deletions

View file

@ -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/ pushd $install_dir/
pipenv shell pipenv shell
ftcli users update <user> --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/`.
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.
`<user>` has to be changed with the actual username the account creation has been done.

View file

@ -1,13 +1,11 @@
Après linstallation, vous pouvez créer un utilisateur via le navigateur. Après linstallation, vous pouvez vous connecter avec les nom dutilisateur et mot de passe que vous avez choisis avant linstallation.
Pour faire de cet utilisateur un administrateur, vous devez utiliser la ligne de commande: Si vous avez besoin dutiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes:
``` ```
pushd $install_dir/ pushd $install_dir/
pipenv shell pipenv shell
ftcli users update <user> --set-admin true ftcli [OPTIONS] COMMAND [ARGS]...
``` ```
`$install_dir` doit être modifié en ladresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`. `$install_dir` doit être modifié en ladresse du répertoire où FitTrackee est installé. La majorité du temps ce sera `/var/www/fittrackee/`.
`<utilisateur>` doit être remplacé par le nom dutilisateur du compte créé.