1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00
This commit is contained in:
liberodark 2018-11-27 16:32:02 +01:00
parent 1faba21ec2
commit 60ec8017fc

View file

@ -87,25 +87,15 @@ ynh_app_setting_set $app port $port
ynh_package_install openjdk-8-jre-headless ynh_package_install openjdk-8-jre-headless
#==============================================
# INSTALL STREAMA
#==============================================
#mkdir /opt/streama
#mkdir /var/www/$path_url
wget https://github.com/streamaserver/streama/releases/download/v1.6.0-RC9/streama-1.6.0-RC9.war
#mv streama-1.6.0-RC9.war /opt/streama
#chmod +x /opt/streama/streama-1.6.0-RC9.war
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================
ynh_app_setting_set $app final_path $final_path ynh_app_setting_set $app final_path $final_path
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path" ynh_setup_source "$final_path"
chmod +x $final_path/streama-1.6.0-RC9.war chmod +x $final_path/streama-1.6.0-RC9.war
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================