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

update ADMIN.md

This commit is contained in:
Thomas 2023-03-06 13:24:15 +01:00 committed by GitHub
parent c83dfde594
commit 04b6cdf602
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View file

@ -1,4 +1,6 @@
After the installation, to create the admin user, you have to go to cli: After the installation, you can create your first user in your browser.
Then, to change it as admin user, you have to go to cli:
```python ```python
pushd $install_dir/ pushd $install_dir/
@ -8,3 +10,5 @@ pushd $install_dir/
`$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,10 +1,14 @@
Après linstallation, pour créer un administrateru, vous devez utiliser la ligne de commande: Après linstallation, vous pouvez créer un utilisateur via le navigateur.
Pour faire de cet utilisateur un administrateru, vous devez utiliser la ligne de commande:
```python ```python
pushd $install_dir/ pushd $install_dir/
pipenv shell pipenv shell
ftcli users update <user> --set-admin true ftcli users update <utilisateur> --set-admin true
``` ```
`$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éé.