Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/central-install-digital-ocean.rst
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Getting and Setting Up Central

.. code-block:: bash

$ git submodule update -i
$ git submodule update --init

#. Update settings. First, copy the settings template file so you can edit it:

Expand Down
4 changes: 2 additions & 2 deletions docs/central-upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Upgrade steps

.. code-block:: bash

$ git submodule update -i
$ git submodule update --init

4. **Build** from the latest code you just fetched. The ``pull`` option ensures all Docker images are up-to-date.

Expand Down Expand Up @@ -506,7 +506,7 @@ This is *critical infrastructure upgrade*. In particular, it upgrades the includ

.. code-block:: bash

$ git submodule update -i
$ git submodule update --init

#. **Check that you have enough disk space available.** If you are prompted for a password, enter the system superuser password (not a Central password). You will see a message about how much space is required and if you have enough free space to proceed.

Expand Down