From 5c64862603f60fa55c901c84adc7d3557a04acf8 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 10 Oct 2012 11:30:58 -0500 Subject: Updated init script. --- scripts/dev-init.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh index dfe79d9..0a99dfe 100755 --- a/scripts/dev-init.sh +++ b/scripts/dev-init.sh @@ -1,5 +1,7 @@ #!/bin/sh -x +useradd dirsrv + yum install -y\ git\ rpm-build\ @@ -22,7 +24,6 @@ yum install -y\ velocity\ xalan-j2\ xerces-j2\ - candlepin-deps\ selinux-policy-devel\ 389-ds\ java-1.7.0-openjdk\ @@ -30,6 +31,7 @@ yum install -y\ jss\ javassist\ jettison\ + resteasy\ tomcatjss\ perl-File-Slurp\ perl-XML-LibXML\ @@ -39,5 +41,9 @@ yum install -y\ freeipa-python\ eclipse-jdt\ fedora-packager\ + apr-devel\ + apr-util-devel\ + httpd-devel\ + pcre-devel\ @development-tools -- cgit