diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 5b841520..2777c779 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -26,7 +26,7 @@ docs `_. After your docker engine is set up and running and docker-compose is installed, you can start the entire development environment with a single command:: - $ docker-compose up + $ sudo docker-compose up That will start a number of services in containers, including the `frontend` and the backend `scheduler`. You can submit a local test build with the @@ -65,13 +65,11 @@ 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 - $ python manage.py runssl --debug + $ mbs-frontend To start the scheduler manually, run the following inside the guest:: - $ cd /opt/module_build_service - $ python module_build_service_daemon.py + $ mbs-daemon Alternatively, you can restart the Vagrant guest, which inherently starts/restarts the frontend and the scheduler with::