Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add separate step for modifying default emails #6440

Merged
merged 1 commit into from
Dec 9, 2024
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
26 changes: 17 additions & 9 deletions docs/source/installation/2-manual-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ Install CommCare Cloud

::

$ git grep -n "monolith"
$ git grep -n "monolith.commcarehq.test"

You should find references in the following files and places:
You should find references in the following places:

- ``proxy.yml``

Expand All @@ -279,11 +279,19 @@ Install CommCare Cloud
- ``public.yml``

- ``ALLOWED_HOSTS``
- ``server_email``
- ``default_from_email``
- ``root_email``

11. Configure ``inventory.ini``


11. Change default emails

::

$ git grep -n "_email"

You should find references in ``public.yml``


12. Configure ``inventory.ini``

.. rubric:: For a monolith
:name: for-a-monolith
Expand Down Expand Up @@ -421,7 +429,7 @@ Install CommCare Cloud
db1
db2

12. Configure the ``commcare-cloud`` command.
13. Configure the ``commcare-cloud`` command.

::

Expand Down Expand Up @@ -465,7 +473,7 @@ Install CommCare Cloud

$ commcare-cloud cluster update-local-known-hosts

13. Generate secured passwords for the vault
14. Generate secured passwords for the vault

In this step, we’ll generate passwords in the ``vault.yml`` file.
This file will store all the passwords used in this CommCare
Expand All @@ -486,7 +494,7 @@ Install CommCare Cloud
Find the value of “ansible_sudo_pass” and record it in your password
manager. We will need this to deploy CommCare HQ.

14. Encrypt the provided vault file, using that “ansible_sudo_pass”. (As
15. Encrypt the provided vault file, using that “ansible_sudo_pass”. (As
usual, substitute “cluster” with the name of your environment.)

::
Expand Down
Loading