mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Jinja template for the POST_INSTALL doc
This commit is contained in:
parent
5a6756a8c4
commit
b6f86b2f4e
2 changed files with 12 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
||||||
If you have requested a database, here are information to log into it:
|
{% if database %}
|
||||||
|
|
||||||
|
Here are information to log into the database:
|
||||||
|
|
||||||
- Type: __DATABASE__
|
- Type: __DATABASE__
|
||||||
- Database user: __DB_USER__
|
- Database user: __DB_USER__
|
||||||
- Database name: __DB_NAME__
|
- Database name: __DB_NAME__
|
||||||
- Password: __DB_PWD__
|
- Password: __DB_PWD__
|
||||||
|
|
||||||
The admin documentation below also contain information on how to connect using SFTP to edit the website content.
|
{% endif %}
|
||||||
|
|
||||||
|
The admin documentation below contains information on how to connect using SFTP to edit the website content.
|
||||||
|
|
|
@ -1,8 +1,12 @@
|
||||||
Si vous avez demandé une base de données, voici les informations pour s'y connecter :
|
{% if database %}
|
||||||
|
|
||||||
|
Voici les informations pour se connecter à la base de donnée:
|
||||||
|
|
||||||
- Type : __DATABASE__
|
- Type : __DATABASE__
|
||||||
- Utilisateur de la base de données : __DB_USER__
|
- Utilisateur de la base de données : __DB_USER__
|
||||||
- Nom de la base de données : __DB_NAME__
|
- Nom de la base de données : __DB_NAME__
|
||||||
- Mot de passe : __DB_PWD__
|
- Mot de passe : __DB_PWD__
|
||||||
|
|
||||||
La documentation ci-dessous contient également les informations pour se connecter en SSH et modifier le contenu du site web.
|
{% endif %}
|
||||||
|
|
||||||
|
La documentation ci-dessous contient les informations pour se connecter en SSH et modifier le contenu du site web.
|
||||||
|
|
Loading…
Add table
Reference in a new issue