summaryrefslogtreecommitdiffstats
path: root/scripts/dev-init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev-init.sh')
-rwxr-xr-xscripts/dev-init.sh70
1 files changed, 70 insertions, 0 deletions
diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh
new file mode 100755
index 0000000..f5f84e4
--- /dev/null
+++ b/scripts/dev-init.sh
@@ -0,0 +1,70 @@
+#!/bin/sh -x
+
+yum install -y rpm-build\
+ cmake\
+ gcc\
+ gcc-c++\
+ selinux-policy-doc\
+ java-devel\
+ ldapjdk\
+ apache-commons-codec\
+ nspr-devel\
+ nss-devel\
+ openldap-devel\
+ velocity\
+ xalan-j2\
+ xerces-j2\
+ candlepin-deps\
+ 389-ds\
+ java-1.7.0-openjdk\
+ junit\
+ javassist\
+ jettison\
+ tomcatjss\
+ perl-File-Slurp\
+ perl-XML-LibXML\
+ perl-Crypt-SSLeay\
+ eclipse\
+ @development-tools\
+ fedora-packager
+
+# resteasy
+yum install -y\
+ apache-commons-cli\
+ apache-mime4j\
+ bea-stax\
+ bouncycastle\
+ bouncycastle-mail\
+ cglib\
+ codehaus-parent\
+ dnsjava\
+ glassfish-jaxb\
+ glassfish-jaxb-api\
+ google-guice\
+ httpcomponents-client\
+ httpcomponents-core\
+ httpunit\
+ jackson\
+ jboss-web\
+ jcip-annotations\
+ istack-commons\
+ scannotation\
+ snakeyaml\
+ glassfish-fi\
+ txw2\
+ jetty-version-maven-plugin\
+ maven\
+ maven-checkstyle-plugin\
+ maven-compiler-plugin\
+ maven-deploy-plugin\
+ maven-install-plugin\
+ maven-javadoc-plugin\
+ maven-jaxb2-plugin\
+ maven-plugin-cobertura\
+ maven-pmd-plugin\
+ maven-resources-plugin\
+ maven-site-plugin\
+ maven-source-plugin\
+ maven-surefire-plugin\
+ maven-surefire-report-plugin
+