You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -762,7 +759,7 @@ Following directions `Changing Themes for an Open edX Site`_ to get started. You
762
759
763
760
Devstack Envs Configuration
764
761
********************************
765
-
Make sure that you enable the following code in ./edx-platform/lms/envs/devstack.py as this will make sure that you have the appropriate Mako template overrides applied for your theme. Forgetting to enable this will not allow your theme template files to be overriden by the platform. See `discuss 3557 <https://discuss.openedx.org/t/enable-comprehensive-theming-devstack-mako-template-overrides-not-working/3557>`__ for details concerning issues with not enabling the following code.
762
+
Make sure that you enable the following code in ./edx-platform/lms/envs/devstack.py as this will make sure that you have the appropriate Mako template overrides applied for your theme. Forgetting to enable this will not allow your theme template files to be overriden by the platform. See `discuss 3557 <https://discuss.openedx.org/t/enable-comprehensive-theming-devstack-mako-template-overrides-not-working/3557>`__ for details concerning issues with not enabling the following code.
766
763
767
764
.. code:: python
768
765
@@ -809,15 +806,6 @@ If you have trouble connecting, ensure the port was mapped successfully by
809
806
running ``make dev.ps`` and looking for a line like this:
810
807
``edx.devstack.mysql docker-entrypoint.sh mysql ... Up 0.0.0.0:3506→3306/tcp``.
811
808
812
-
How do I run the edX.org Drupal Marketing Site?
813
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
814
-
815
-
The edX.org marketing site built on Drupal is being deprecated, but it can still be run via Devstack.
816
-
See the `Marketing Site instructions`_ for details on getting it up and running.
817
-
This will not be useful to those outside of edX, Inc, as the marketing site is closed-source
818
-
and is not built with Open edX usage in mind.
819
-
820
-
821
809
How do I build the service images myself?
822
810
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
823
811
@@ -1482,7 +1470,6 @@ As a specific example, if ``OPENEDX_RELEASE`` is set in your environment as ``ju
0 commit comments