mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
cleaning
This commit is contained in:
parent
d2555ca349
commit
b61ee59af8
2 changed files with 1 additions and 7 deletions
|
@ -16,7 +16,7 @@ demo = "http://scrumblr.ca/"
|
||||||
code = "https://framagit.org/colibris/framemo"
|
code = "https://framagit.org/colibris/framemo"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">> 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
|
|
|
@ -27,12 +27,6 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
# CONFIGURE REDIS SERVICE
|
# CONFIGURE REDIS SERVICE
|
||||||
#==================================================
|
#==================================================
|
||||||
|
|
||||||
#REMOVEME? ynh_install_app_dependencies redis-server redis-tools
|
|
||||||
|
|
||||||
# Find an available port for redis
|
|
||||||
#REMOVEME? redis_port=$(ynh_find_port --port=8081)
|
|
||||||
#REMOVEME? ynh_app_setting_set --app=$app --key=redis_port --value=$redis_port
|
|
||||||
|
|
||||||
ynh_add_config --template="redis.conf" --destination="$install_dir/redis.conf"
|
ynh_add_config --template="redis.conf" --destination="$install_dir/redis.conf"
|
||||||
|
|
||||||
redis_service="redis-$app"
|
redis_service="redis-$app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue