mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
Update install
This commit is contained in:
parent
57422eba2c
commit
f4422608a9
1 changed files with 3 additions and 4 deletions
|
@ -32,6 +32,9 @@ ynh_script_progression --message="Setting up source files..." --weight=5
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons"
|
ynh_setup_source --dest_dir="$install_dir/addon" --source_id="addons"
|
||||||
|
|
||||||
|
mkdir -p "$install_dir/view/smarty3"
|
||||||
|
|
||||||
|
chmod -R 775 "$install_dir/view/smarty3"
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
|
@ -65,10 +68,6 @@ ynh_script_progression --message="Adding the LDAP Auth addon configuration file.
|
||||||
# LDAP addon config
|
# LDAP addon config
|
||||||
ynh_add_config --template="../conf/addon.config.php" --destination="$install_dir/config/addon.config.php"
|
ynh_add_config --template="../conf/addon.config.php" --destination="$install_dir/config/addon.config.php"
|
||||||
|
|
||||||
# 3 - some extra folders
|
|
||||||
mkdir -p "$install_dir/view/smarty3"
|
|
||||||
chmod -R 775 "$install_dir/view/smarty3"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL FRIENDICA
|
# INSTALL FRIENDICA
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue