summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2010-02-04 13:48:16 +0000
committerramon <ramongomez@us.es>2010-02-04 13:48:16 +0000
commitd725a41aa9f176c386549cec3f3692b45ae2f5e0 (patch)
treef133beb8f9d8ebefa2952be5ab64c8bc6b521298 /installer
parent41d97556814196c5bda5d6188cf989b490aca8f5 (diff)
Instalador carga mod_bt de Apache como tracker.
git-svn-id: https://opengnsys.es/svn/trunk@737 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/opengnsys_installer.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/installer/opengnsys_installer.sh b/installer/opengnsys_installer.sh
index 5304ed0f..3f784ddd 100755
--- a/installer/opengnsys_installer.sh
+++ b/installer/opengnsys_installer.sh
@@ -31,7 +31,7 @@ INSTALL_TARGET=/opt/opengnsys
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 doxygen graphviz)
+DEPENDENCIES=( subversion apache2 libapache2-mod-bt 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)
MYSQL_ROOT_PASSWORD="passwordroot"
@@ -712,6 +712,9 @@ function openGnsysInstallWebConsoleApacheConf()
echoAndLog "${FUNCNAME}(): creating apache2 config file.."
+ # Habilitar módulo bt (tracker bittorent)
+ a2enmod bt
+
# genera configuración
cat > $path_opengnsys_base/etc/apache.conf <<EOF
# OpenGnSys Web Console configuration for Apache