2023-04-13 20:20:44 +02:00
|
|
|
After the installation, you can login with the user and password you choose before the installation.
|
2023-03-06 13:24:15 +01:00
|
|
|
|
2023-04-13 20:20:44 +02:00
|
|
|
If you have to use the [command line interface (cli)](https://samr1.github.io/FitTrackee/cli.html), you can go like this:
|
2023-03-06 13:18:38 +01:00
|
|
|
|
2023-03-09 22:58:12 +01:00
|
|
|
```
|
|
|
|
pushd $install_dir/
|
2023-10-10 19:11:03 +02:00
|
|
|
source $install_dir/venv/bin/activate
|
2023-04-13 20:20:44 +02:00
|
|
|
ftcli [OPTIONS] COMMAND [ARGS]...
|
2023-03-09 22:58:12 +01:00
|
|
|
```
|
2023-03-06 13:18:38 +01:00
|
|
|
|
2023-04-13 20:20:44 +02:00
|
|
|
`$install_dir` has to be changed with the actual FitTrackee installed directory. Most of the time it will be `/var/www/fittrackee/`.
|