mirror of
https://github.com/YunoHost-Apps/castopod_ynh.git
synced 2024-09-03 18:16:14 +02:00
Merge branch 'testing' into data_dir
This commit is contained in:
commit
dba756fdee
4 changed files with 6 additions and 3 deletions
|
@ -36,6 +36,7 @@ email.SMTPHost="localhost"
|
|||
email.SMTPPort="25"
|
||||
email.SMTPUser="__APP__"
|
||||
email.SMTPPass="__MAIL_PWD__"
|
||||
email.SMTPCrypto="tls"
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Cache configuration (advanced)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
After post-installation configuration, go to `__DOMAIN__/cp-admin` to connect to the administration panel.
|
||||
To finish the installation: `__DOMAIN__/cp-install`
|
||||
To connect to the administration panel: `__DOMAIN__/cp-admin`
|
|
@ -1 +1,2 @@
|
|||
Après la configuration post-installation, accédez à `__DOMAIN__/cp-admin` pour vous connecter au panneau d'administration.
|
||||
Pour finir l'installation: `__DOMAIN__/cp-install`
|
||||
Pour vous connecter au panneau d'administration : `__DOMAIN__/cp-admin`
|
||||
|
|
|
@ -50,7 +50,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env"
|
||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env public/media"
|
||||
fi
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue