mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
10 lines
No EOL
309 B
Markdown
10 lines
No EOL
309 B
Markdown
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 |