d4science-ghn-cluster/group_vars/dataminer_devnext/dataminer_devnext.yml: Install from gcube-snapshots.

library/roles/smartgears/dataminer_app/tasks/dataminer-app.yml: Do not link the algorithms inside WEB-INF/lib: it does not work.
This commit is contained in:
Andrea Dell'Amico 2017-05-10 16:41:27 +02:00
parent ad0d5d676b
commit f2f94af17c
1 changed files with 0 additions and 5 deletions

View File

@ -15,11 +15,6 @@
- name: Download the WPS algorithms from subversion
subversion: repo={{ dataminer_wps_algorithms_svn }} dest={{ smartgears_user_home }}/wps_algorithms/algorithms
- name: Create a symlink to the algorithms from WEB-INF/lib
file: src={{ smartgears_user_home }}/wps_algorithms/algorithms dest={{ smartgears_instance_path }}/webapps/{{ dataminer_wps_name }}/WEB-INF/lib/algorithms state=link
notify: Restart smartgears
- name: Create a directory where to install the gebco_08.nc data file
file: path={{ smartgears_user_home }}/data state=directory