From 77ac29779aefae384041d7a24ec0ef79a82a6228 Mon Sep 17 00:00:00 2001 From: v-masterman <47679931+v-masterman@users.noreply.github.com> Date: Fri, 22 Feb 2019 14:38:44 -0800 Subject: [PATCH] Update install.sh --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bd2e2e52..bec4c363 100644 --- a/install.sh +++ b/install.sh @@ -57,7 +57,9 @@ else yum -y install epel-release fi yum -y install https://centos7.iuscommunity.org/ius-release.rpm - yum -y install git nmap-ncat net-tools python35u dos2unix python35u-pip httpd python35u-devel gcc-c++ openldap-devel python-devel + yum -y install git nmap-ncat net-tools python35u dos2unix python35u-pip httpd python35u-devel gcc-c++ openldap-devel python-devel python-jinja2 nodejs + npm install js-cookie --save + npm install bokehjs HTTPD_CONFIG="/etc/httpd/conf/httpd.conf" HAPROXY_WI_VHOST_CONF="/etc/httpd/conf.d/haproxy-wi.conf" HTTPD_NAME="httpd"