diff --git a/conf/app.src b/conf/app.src index b3baa59..2755d61 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,7 @@ -SOURCE_URL=https://github.com/movim/movim/archive/v0.18rc11.tar.gz -SOURCE_SUM=6614d09f50d7cd13671dadd0c31af32d65e6309f6ba251d50b8d0d92efdb5cc9 +SOURCE_URL=https://github.com/movim/movim/archive/v0.18rc14.tar.gz +SOURCE_SUM=5296c995ee4d70f965284487deb609ab322ac04eab826bf30f964f198f914aad SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= \ No newline at end of file +SOURCE_FILENAME= + diff --git a/scripts/_common.sh b/scripts/_common.sh index 392c09f..e6b8b7b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,9 +8,10 @@ pkg_dependencies="postgresql postgresql-contrib apt-transport-https" #composer +YNH_PHP_VERSION="7.3" + extra_php_dependencies="php${YNH_PHP_VERSION}-fpm php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-xml" -YNH_PHP_VERSION="7.3" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index cc2b88e..2761c5c 100644 --- a/scripts/install +++ b/scripts/install @@ -97,7 +97,8 @@ ynh_script_progression --message="Setting up source files..." --time --weight=1 ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$final_path" +#ynh_setup_source --dest_dir="$final_path" +git clone https://github.com/movim/movim.git "$final_path" --quiet #================================================= # NGINX CONFIGURATION