summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-01-21 19:34:12 +0100
committerMartin Basti <mbasti@redhat.com>2017-02-15 17:30:36 +0100
commitff6e701b0077d9c8e2aacdcaecf70f885018db92 (patch)
tree9639b5636a9fcb3a93a7d408f6949a66ce82b97b /BUILD.txt
parent1d7fcfe15d279e50d9ac29464a30f8e594db1802 (diff)
downloadfreeipa-ff6e701b0077d9c8e2aacdcaecf70f885018db92.tar.gz
freeipa-ff6e701b0077d9c8e2aacdcaecf70f885018db92.tar.xz
freeipa-ff6e701b0077d9c8e2aacdcaecf70f885018db92.zip
New lite-server implementation
The new development server depends on werkzeug instead of paste. The werkzeug WSGI server comes with some additional features, most noticeable multi-processing server. The IPA framework is not compatible with threaded servers. Werkzeug can serve static files easily and has a fast auto-reloader. The new lite-server implementation depends on PR 314 (privilege separation). For Python 3 support, it additionally depends on PR 393. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 620adc31e..10b19430a 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -41,7 +41,7 @@ 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 copy /etc/ipa/default.conf into
+```make lite-server```. 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.