diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..02a6a67 --- /dev/null +++ b/doc/ADMIN.md @@ -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 --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 \ No newline at end of file diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..e6f0c66 --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,10 @@ +Après l’installation, pour créer un administrateru, vous devez utiliser la ligne de commande : + +```python +pushd $install_dir/ + pipenv shell + ftcli users update --set-admin true +``` + + +$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