From 6d9446de8d145cb4244718e397bc0b2c12c2085c Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Mon, 21 Nov 2016 22:51:22 +0100 Subject: [PATCH] docs update --- docs/CONTRIBUTING.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 3315c374..5b841520 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -65,12 +65,12 @@ At any point you may enter the guest VM with:: To start the frontend manually, run the following inside the guest:: - $ cd /opt/module_build_service/src + $ cd /opt/module_build_service $ python manage.py runssl --debug To start the scheduler manually, run the following inside the guest:: - $ cd /opt/module_build_service/src + $ cd /opt/module_build_service $ python module_build_service_daemon.py Alternatively, you can restart the Vagrant guest, which inherently starts/restarts the frontend and the scheduler with:: @@ -81,8 +81,8 @@ Logging ------ If you're running module_build_service from scm, then the DevConfiguration from -`config.py` which contains `LOG_LEVEL=debug` should get applied. See more about -it in `module_build_service/__init__.py`, `config.from_object()`. +`conf/config.py` which contains `LOG_LEVEL=debug` should get applied. See more about +it in `module_build_service/config.py`, `app.config.from_object()`. fedmsg Signing for Development