summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2015-06-19 04:48:19 -0400
committerEndi S. Dewata <edewata@redhat.com>2015-06-19 04:48:19 -0400
commitb4d4e33b87dbeadce6b81da06f262a9dd98b411f (patch)
tree6279fd29661aec7d517fa20326fdcce0c21598ac
parentc8716b5e6ffacfb8a518aa0e375a00e00868daf5 (diff)
downloadfreeipa-dev-master.tar.gz
freeipa-dev-master.tar.xz
freeipa-dev-master.zip
Added dev-init.sh.HEADmaster
-rwxr-xr-xscripts/dev-init.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/dev-init.sh b/scripts/dev-init.sh
new file mode 100755
index 0000000..14b74a8
--- /dev/null
+++ b/scripts/dev-init.sh
@@ -0,0 +1,9 @@
+#!/bin/sh -x
+
+cd ../../freeipa
+
+yum-builddep -y freeipa.spec
+yum install -y python-sssdconfig bind-pkcs11 bind-dyndb-ldap
+yum install -y haveged
+
+systemctl start haveged.service