From d942c91b016165ab60496f539430011d53be1142 Mon Sep 17 00:00:00 2001 From: Jayram Nai Date: Mon, 17 Jan 2022 19:41:11 +0530 Subject: [PATCH] docs: nit for coursegraph README file --- openedx/core/djangoapps/coursegraph/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/coursegraph/README.rst b/openedx/core/djangoapps/coursegraph/README.rst index a825144476..0f9089ea42 100644 --- a/openedx/core/djangoapps/coursegraph/README.rst +++ b/openedx/core/djangoapps/coursegraph/README.rst @@ -7,7 +7,7 @@ This app exists to write data to "Coursegraph", a tool enabling Open edX develop Deploying Coursegraph ===================== -As of the Maple Open edX release, Coursegraph is *not* automatically provisioned by the community installation, and is *not* considered a "supported" part of the platform. However, operators may find the the `neo4j Ansible playbook`_ useful as a starting point for deploying their own Coursegraph instance. Alternatively, Neo4j also maintains an official `Docker image`_. +As of the Maple Open edX release, Coursegraph is *not* automatically provisioned by the community installation, and is *not* considered a "supported" part of the platform. However, operators may find the `neo4j Ansible playbook`_ useful as a starting point for deploying their own Coursegraph instance. Alternatively, Neo4j also maintains an official `Docker image`_. In order for Coursegraph to have queryable data, learning content from LMS must be written to Coursegraph using the ``dump_to_neo4j`` management command included in this app. In order for the data to stay up to date, it must be periodically refreshed, either manually or via an automation server such as Jenkins.