diff options
author | ramon <ramongomez@us.es> | 2016-09-29 17:00:15 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2016-09-29 17:00:15 +0000 |
commit | 8b8e948eaa19e03a4d0faa7b182b704ce16c56f2 (patch) | |
tree | b0c4c5039415d9621dad2ab2fdfb36968df3e464 /installer/opengnsys_update.sh | |
parent | 72d37836f87142047f0c72be7bda1b77b7ec7bae (diff) |
#708: Instalar librerÃa Swagger-UI en el servidor para documentar la API REST a partir del fichero YAML.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5022 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_update.sh')
-rwxr-xr-x | installer/opengnsys_update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index 71697be1..dff98d1f 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -542,6 +542,7 @@ function updateWebFiles() mv $INSTALL_TARGET/WebConsole $INSTALL_TARGET/www unzip -o $WORKDIR/opengnsys/admin/xajax_0.5_standard.zip -d $INSTALL_TARGET/www/xajax unzip -o $WORKDIR/opengnsys/admin/slim-2.6.1.zip -d $INSTALL_TARGET/www/rest + unzip -o $WORKDIR/opengnsys/admin/swagger-ui-2.2.5.zip -d $INSTALL_TARGET/www/rest if [ $ERRCODE != 0 ]; then errorAndLog "${FUNCNAME}(): Error updating web files." exit 1 |