From 9fe6812f5603eb5eeadb32660be9eca9bcd74958 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 14 Oct 2017 18:44:48 +0300 Subject: Add: update README about running the controller yourself --- README | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'README') diff --git a/README b/README index cbcf349..0625e65 100644 --- a/README +++ b/README @@ -43,19 +43,9 @@ changes, before submitting them. Running ----------------------------------------------------------------------------- -To run the controller, you should use uWSGI with Python support. On -Debian, install `uwgi-plugin-python` and run: - - uwsgi --plugin python27 --http-socket 127.0.0.1:12765 \ - --wsgi-file ctrlruwsgi \ - --processes 1 --threads 1 --pyargv "--projects=projects.yaml" - -You need to create `projects.yaml` yourself. It might look like this: - - projects: - foo: - shell_steps: - - for x in $(seq 100); do echo hello, world, $x; sleep 1; done +To run the controller, you should use `./start_ick`. It needs +`gunicorn3`. In general, you need all the dependencies from +`debian/control` installed to run the controller. After this, `http://localhost:12765` is the controller's base URL, and you can do things like: -- cgit v1.2.1