mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
parent
6d0e762036
commit
1ee69ed254
1 changed files with 6 additions and 7 deletions
|
@ -86,23 +86,22 @@ ynh_app_setting_set $app port $port
|
||||||
#==============================================
|
#==============================================
|
||||||
|
|
||||||
ynh_package_update
|
ynh_package_update
|
||||||
ynh_install_app_dependencies postgresql redis-server rabbitmq-server apt-transport-https
|
#ynh_install_app_dependencies postgresql redis-server rabbitmq-server nginx-extras apt-transport-https
|
||||||
#ynh_install_app_dependencies postgresql redis-server rabbitmq-server nginx-extras apt-transport-https supervisor xvfb pwgen libxtst6 libgtkglext1 libgconf2-4 libboost-regex-dev libasound2
|
ynh_install_app_dependencies postgresql redis-server rabbitmq-server nginx-extras apt-transport-https supervisor xvfb pwgen libxtst6 libgtkglext1 libgconf2-4 libboost-regex-dev libasound2
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL NODEJS
|
# INSTALL NODEJS
|
||||||
#=================================================
|
#=================================================
|
||||||
# Use Helper instead of package from the repo
|
# Use Helper instead of package from the repo
|
||||||
#ynh_install_nodejs 8
|
ynh_install_nodejs 8
|
||||||
curl -sL https://deb.nodesource.com/setup_8.x | sudo bash -
|
|
||||||
|
|
||||||
#===============================================
|
#===============================================
|
||||||
# ADD ONLYOFFCE REPOSITORY
|
# ADD ONLYOFFCE REPOSITORY
|
||||||
#===============================================
|
#===============================================
|
||||||
|
|
||||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
|
#apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
|
||||||
echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
#echo "deb http://download.onlyoffice.com/repo/debian squeeze main" | sudo tee /etc/apt/sources.list.d/onlyoffice.list
|
||||||
ynh_package_update
|
#ynh_package_update
|
||||||
|
|
||||||
#==============================================
|
#==============================================
|
||||||
# CREATE DB
|
# CREATE DB
|
||||||
|
|
Loading…
Add table
Reference in a new issue