diff options
Diffstat (limited to 'scripts/dev-init.sh')
| -rwxr-xr-x | scripts/dev-init.sh | 8 |
1 files changed, 7 insertions, 1 deletions
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 |
