1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/helloworld_ynh.git synced 2024-09-03 19:15:57 +02:00
helloworld_ynh/scripts/install

21 lines
624 B
Text
Raw Normal View History

2019-08-09 16:49:04 +02:00
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Setting up source files..." --weight=1
2022-08-04 16:54:00 +02:00
mkdir -p "$install_dir"
echo "Hello world!" > $install_dir/index.html
chown -R www-data: "$install_dir"
2019-08-09 16:49:04 +02:00
#=================================================
# NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Configuring nginx web server..." --weight=1
# Create a dedicated nginx config
ynh_add_nginx_config