mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
commit
673ee696b5
4 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,6 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
upgrade=1 from_commit=2987ccf8b3aa393dbef79b874dfe5839a0ee10da
|
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||||
|
|
|
@ -149,7 +149,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
||||||
|
|
||||||
ynh_install_ruby --ruby_version=2.6.5
|
ynh_install_ruby --ruby_version=2.6.5
|
||||||
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
||||||
#/opt/rbenv/versions/2.6.5/bin/gem install bundler --no-document
|
/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
|
|
|
@ -114,6 +114,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=393
|
||||||
|
|
||||||
ynh_install_ruby --ruby_version=2.6.5
|
ynh_install_ruby --ruby_version=2.6.5
|
||||||
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
||||||
|
/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RESTORE THE POSTGRESQL DATABASE
|
# RESTORE THE POSTGRESQL DATABASE
|
||||||
|
|
|
@ -237,7 +237,7 @@ ynh_script_progression --message="Installing Ruby..." --weight=424
|
||||||
|
|
||||||
ynh_install_ruby --ruby_version=2.6.5
|
ynh_install_ruby --ruby_version=2.6.5
|
||||||
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
/opt/rbenv/versions/2.6.5/bin/gem update --system
|
||||||
#/opt/rbenv/versions/2.6.5/bin/gem install bundler
|
/opt/rbenv/versions/2.6.5/bin/gem install bundler:1.17.3 --no-document
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MODIFY A CONFIG FILE
|
# MODIFY A CONFIG FILE
|
||||||
|
|
Loading…
Reference in a new issue