mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
fix
This commit is contained in:
parent
a83c0382af
commit
a1e9cc7664
2 changed files with 6 additions and 3 deletions
3
doc/POST_INSTALL.md
Normal file
3
doc/POST_INSTALL.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
__DB_NAME__
|
||||
__DB_USER__
|
||||
__DB_PWD__
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue