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:
parent
e7fe9951db
commit
3241afd13b
2 changed files with 8 additions and 13 deletions
|
@ -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 <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/`.
|
||||
|
||||
`<user>` has to be changed with the actual username the account creation has been done.
|
||||
|
|
|
@ -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 <user> --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/`.
|
||||
|
||||
`<utilisateur>` doit être remplacé par le nom d’utilisateur du compte créé.
|
||||
|
|
Loading…
Reference in a new issue