2023-03-06 13:24:15 +01:00
|
|
|
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:
|
2023-03-06 13:18:38 +01:00
|
|
|
|
2023-03-09 22:58:12 +01:00
|
|
|
```
|
|
|
|
pushd $install_dir/
|
|
|
|
pipenv shell
|
|
|
|
ftcli users update <user> --set-admin true
|
|
|
|
```
|
2023-03-06 13:18:38 +01:00
|
|
|
|
|
|
|
|
2023-03-06 13:19:48 +01:00
|
|
|
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.
|
2023-03-06 13:24:15 +01:00
|
|
|
|
2023-03-09 20:49:21 +01:00
|
|
|
`<user>` has to be changed with the actual username the account creation has been done.
|