mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
update
This commit is contained in:
parent
1faba21ec2
commit
60ec8017fc
1 changed files with 1 additions and 11 deletions
|
@ -87,25 +87,15 @@ ynh_app_setting_set $app port $port
|
|||
|
||||
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
|
||||
#=================================================
|
||||
|
||||
ynh_app_setting_set $app final_path $final_path
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source "$final_path"
|
||||
chmod +x $final_path/streama-1.6.0-RC9.war
|
||||
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue