summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authoradv <adv@uma.es>2009-11-18 09:12:30 +0000
committeradv <adv@uma.es>2009-11-18 09:12:30 +0000
commit079593816e842074b6d489be0dfe326d6e0f38a1 (patch)
tree7ef0fd98985a5b486f135291d21bcb3e2ea18d22 /installer
parentfc7848a419116fd47e3cdd45c7a229e5da9cf58a (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-xinstaller/opengnsys_installer.sh4
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