mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
update some documentation
This commit is contained in:
parent
48465e582a
commit
0c4c1f3703
3 changed files with 8 additions and 12 deletions
|
@ -1,11 +1,9 @@
|
|||
After the installation, you can login with the user and password you choose before the installation.
|
||||
After the installation, you can login with the mail of the chosen user and the password you choose before the installation.
|
||||
|
||||
If you have to use the [command line interface (cli)](https://samr1.github.io/FitTrackee/cli.html), you can go like this:
|
||||
|
||||
```
|
||||
pushd __INSTALL_DIR__/
|
||||
source __INSTALL_DIR__/venv/bin/activate
|
||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||
popd
|
||||
yunohost app shell __APP__
|
||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||
```
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
Après l’installation, vous pouvez vous connecter avec les nom d’utilisateur et mot de passe que vous avez choisis avant l’installation.
|
||||
Après l’installation, vous pouvez vous connecter avec l’adresse électronique de l’utilisateur créé et le mot de passe que vous avez choisi avant l’installation.
|
||||
|
||||
Si vous avez besoin d’utiliser la [ligne de commande](https://samr1.github.io/FitTrackee/cli.html) vous pouvez suivre ces étapes :
|
||||
|
||||
```
|
||||
pushd __INSTALL_DIR__/
|
||||
source __INSTALL_DIR__/venv/bin/activate
|
||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||
popd
|
||||
yunohost app shell __APP__
|
||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||
```
|
||||
|
||||
|
|
|
@ -33,7 +33,6 @@ ram.runtime = "50M"
|
|||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
|
||||
[install.init_main_permission]
|
||||
|
@ -41,8 +40,9 @@ ram.runtime = "50M"
|
|||
default = "visitors"
|
||||
|
||||
[install.admin]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "user"
|
||||
help.en = "You will have to login with the email of this user and the password you’ll set below."
|
||||
help.fr = "Vous devrez vous connecter avec l’adresse courriel de cet utilisateur et le mot de passe configuré ci-dessous."
|
||||
|
||||
[install.password]
|
||||
help.en = "Choose a password for your admin user here."
|
||||
|
|
Loading…
Reference in a new issue