From 42e7f53690428614ab5b7741556e89c98c3eb472 Mon Sep 17 00:00:00 2001 From: Varsha Date: Feb 28 2019 16:48:18 +0000 Subject: Clearer instructions for accessing the server after docker-compose up. Fixes #118 --- diff --git a/docs/setup/development.rst b/docs/setup/development.rst index 5b8f45e..78e1204 100644 --- a/docs/setup/development.rst +++ b/docs/setup/development.rst @@ -27,6 +27,7 @@ For platform specific installation guidelines: Although the Dockerfile runs the script to check if a client_secrets.json file is present, please generate it before starting the Docker container, so that client secrets are not being constantly generated every time the image is rebuilt. In order to run the web server, alongside the Redis queue and celery worker instance, simply run ``docker-compose up``. +After this, you can access the local development server at ``http://localhost:8000/`` in your web browser. If you have made any changes to the code, the Docker image must be rebuilt; this can be done my running ``docker-compose up --build``.