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

add admin.md

This commit is contained in:
Thomas 2023-03-06 13:18:38 +01:00 committed by GitHub
parent abe49a80ce
commit 3974103f3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

10
doc/ADMIN.md Normal file
View file

@ -0,0 +1,10 @@
After the installation, to create the admin user, you have to go to cli:
```python
pushd $install_dir/
pipenv shell
ftcli users update <user> --set-admin true
```
$install_dir has to be changed with the actual FitTrackee installed directory. Most of the time it will be /var/www/fittrackee

10
doc/ADMIN_fr.md Normal file
View file

@ -0,0 +1,10 @@
Après linstallation, pour créer un administrateru, vous devez utiliser la ligne de commande:
```python
pushd $install_dir/
pipenv shell
ftcli users update <user> --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