1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00
This commit is contained in:
Éric Gaspar 2023-06-02 20:56:46 +02:00
parent a83c0382af
commit a1e9cc7664
2 changed files with 6 additions and 3 deletions

3
doc/POST_INSTALL.md Normal file
View file

@ -0,0 +1,3 @@
__DB_NAME__
__DB_USER__
__DB_PWD__

View file

@ -88,10 +88,10 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/default.settings.php" --destination="$install_dir/settings.php"
#ynh_add_config --template="../conf/default.settings.php" --destination="$install_dir/settings.php"
chmod 600 "$install_dir/settings.php"
chown $app:$app "$install_dir/settings.php"
#chmod 600 "$install_dir/settings.php"
#chown $app:$app "$install_dir/settings.php"
#=================================================
# INSTALLING FRAMAFORMS WITH DRUSH