mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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:
parent
e2a42efe33
commit
83e2552cdd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user