Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

docs: update commands in devstack readme instructions #357

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Follw these steps to provision, run, and enable an instance of the Library Autho

.. code-block::

make studio-shell
make dev.shell.cms
vim /edx/etc/studio.yml
---
FEATURES:
Expand All @@ -99,7 +99,7 @@ Follw these steps to provision, run, and enable an instance of the Library Autho

.. code-block::

make studio-restart
make dev.restart-container.cms

#. On a browser, go to http://localhost:18010/admin/waffle/flag/, log in as an admin (such as the sample user ``edx``)
and create a ``studio.library_authoring_mfe`` waffle flag, and enabling it for everyone.
Expand Down