diff options
author | adv <adv@uma.es> | 2009-11-18 09:12:30 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2009-11-18 09:12:30 +0000 |
commit | 079593816e842074b6d489be0dfe326d6e0f38a1 (patch) | |
tree | 7ef0fd98985a5b486f135291d21bcb3e2ea18d22 /installer | |
parent | fc7848a419116fd47e3cdd45c7a229e5da9cf58a (diff) |
se incluye paquetes a instalar: doxygen y graphviz para la generaciĆ³n de documentacion
git-svn-id: https://opengnsys.es/svn/trunk@569 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opengnsys_installer.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh index 8b352606..06cc3d89 100755 --- a/installer/opengnsys_installer.sh +++ b/installer/opengnsys_installer.sh @@ -10,7 +10,7 @@ WORKDIR=/tmp/opengnsys_installer LOG_FILE=/tmp/opengnsys_installation.log # Array con las dependencias -DEPENDENCIES=( subversion apache2 php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential libmysqlclient15-dev wget ) +DEPENDENCIES=( subversion apache2 php5 mysql-server php5-mysql nfs-kernel-server dhcp3-server udpcast bittorrent tftp-hpa tftpd-hpa syslinux openbsd-inetd update-inetd build-essential libmysqlclient15-dev wget doxygen graphviz) INSTALL_TARGET=/opt/opengnsys @@ -843,7 +843,7 @@ function openGnsysCopyServerFiles () { function servicesCompilation () { local hayErrores=0 - + # Compilar OpenGNSys Server echoAndLog "${FUNCNAME}(): Compiling OpenGNSys Admin Server" pushd $WORKDIR/opengnsys/admin/Services/ogAdmServer |