summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorThorsten Scherf <tscherf@redhat.com>2015-01-03 21:43:39 +0100
committerPetr Vobornik <pvoborni@redhat.com>2015-05-07 15:58:30 +0200
commit83e2552cdd99e67415148c0a7a317f3e3c45b831 (patch)
tree1cc4f0b40fd14000eeb0d6d8ea71bb50daa2929d /BUILD.txt
parente2a42efe33d5e6cb08e1988f7253caf56eda11df (diff)
downloadfreeipa-83e2552cdd99e67415148c0a7a317f3e3c45b831.tar.gz
freeipa-83e2552cdd99e67415148c0a7a317f3e3c45b831.tar.xz
freeipa-83e2552cdd99e67415148c0a7a317f3e3c45b831.zip
Changed in-tree development setup instructions
Instructions on how to setup an in-tree development server were not were clear in the existing BUILD.txt. Setup procedure has been extended and corrected. Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 62cbbd95b..40121041c 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -47,8 +47,10 @@ install the rpms and then configure IPA using ipa-server-install.
Get a TGT for the admin user with: kinit admin
Next you'll need 2 sessions in the source tree. In the first session run
-python lite-server.py. In the second session you can run the ./ipa
-tool and it will make requests to the lite-server listening on 127.0.0.1:8080.
+python lite-server.py. In the second session copy /etc/ipa/default.conf into
+~/.ipa/default.conf and replace xmlrpc_uri with http://127.0.0.1:8888/ipa/xml.
+Finally run the ./ipa tool and it will make requests to the lite-server
+listening on 127.0.0.1:8888.
This makes developing plugins much faster and you can also make use of the
Python pdb debugger on the server side.