mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Merge pull request #69 from YunoHost-Apps/testing
update some documentation
This commit is contained in:
commit
8b4070576a
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:
|
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__/
|
yunohost app shell __APP__
|
||||||
source __INSTALL_DIR__/venv/bin/activate
|
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
|
||||||
popd
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -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 :
|
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__/
|
yunohost app shell __APP__
|
||||||
source __INSTALL_DIR__/venv/bin/activate
|
ftcli [OPTIONS] COMMAND [ARGS]...
|
||||||
ftcli [OPTIONS] COMMAND [ARGS]...
|
|
||||||
popd
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
|
@ -41,8 +40,9 @@ ram.runtime = "50M"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "user"
|
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]
|
[install.password]
|
||||||
help.en = "Choose a password for your admin user here."
|
help.en = "Choose a password for your admin user here."
|
||||||
|
|
Loading…
Reference in a new issue