[Freeipa-devel] [PATCH 0007] Changed in-tree development setup instructions

Thorsten Scherf tscherf at redhat.com
Sat Jan 3 20:53:29 UTC 2015


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.


-------------- next part --------------
From aa5e269c78636fb9aab3ceffdd3a54a9e939db28 Mon Sep 17 00:00:00 2001
From: Thorsten Scherf <tscherf at redhat.com>
Date: Sat, 3 Jan 2015 21:43:39 +0100
Subject: [PATCH] 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.
---
 BUILD.txt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/BUILD.txt b/BUILD.txt
index 62cbbd95b123128e978ad25907ba4d67ded1ffd4..95d40f8e8b8dd084130683aa016ba75c1ea662a9 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.
-- 
2.1.0

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20150103/07cd5453/attachment.sig>


More information about the Freeipa-devel mailing list