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>
This commit is contained in:
Thorsten Scherf 2015-01-03 21:43:39 +01:00 committed by Petr Vobornik
parent e2a42efe33
commit 83e2552cdd

View File

@ -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.