diff --git a/how-to/deploy_candid_k8s.rst b/how-to/deploy_candid_k8s.rst index aca5905..ca00127 100644 --- a/how-to/deploy_candid_k8s.rst +++ b/how-to/deploy_candid_k8s.rst @@ -137,7 +137,8 @@ Appendix Don’t have a PostgreSQL database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In case you do not have access to a PostgreSQL database you can use Amazon’s RDS to create one. Navigate to the RDS console and select “Create database”. Under “Engine type” select “PostgreSQL”, specify “Master username” and “Master password”. Also make sure to select “Public access” as “Yes”. You can customise all other options to your preference. Once the database is created, navigate to the database’s dashboard. There you will see the “Endpoint” and “Port” strings, which you will need to connect to the database. Use the following command to configure Candid: :none:`wokeignore:rule=master,` +In case you do not have access to a PostgreSQL database you can use Amazon's RDS to create one. Navigate to the RDS console and select "Create database". Under "Engine type" select "PostgreSQL", specify "Master username" and "Master password". Also make sure to select "Public access" as "Yes". You can customise all other options to your preference. Once the database is created, navigate to the database's dashboard. There you will see the "Endpoint" and "Port" strings, which you will need to connect to the database. :none:`wokeignore:rule=master,` +Use the following command to configure Candid: :none:`wokeignore:rule=master,` ``juju config candid-k8s dns=postgres://:@:/`` :none:`wokeignore:rule=master,` diff --git a/how-to/deploy_jimm_k8s.rst b/how-to/deploy_jimm_k8s.rst index 419750d..a901f2f 100644 --- a/how-to/deploy_jimm_k8s.rst +++ b/how-to/deploy_jimm_k8s.rst @@ -110,7 +110,7 @@ Appendix Don’t have a PostgreSQL database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In case you do not have access to a PostgreSQL database you can use Amazon’s RDS to create one. Navigate to the RDS console and select “Create database”. Under “Engine type” select “PostgreSQL”, specify “Master username” and “Master password”. Also make sure to select “Public access” as “Yes”. You can customise all other options to your preference. Once the database is created, navigate to the database’s dashboard. There you will see the “Endpoint” and “Port” strings, which you will need to connect to the database. Use the following command to configure JIMM: :none:`wokeignore:rule=master,` +In case you do not have access to a PostgreSQL database you can use Amazon's RDS to create one. Navigate to the RDS console and select "Create database". Under "Engine type" select "PostgreSQL", specify "Master username" and "Master password". Also make sure to select "Public access" as "Yes". You can customise all other options to your preference. Once the database is created, navigate to the database's dashboard. There you will see the "Endpoint" and "Port" strings, which you will need to connect to the database. Use the following command to configure JIMM: :none:`wokeignore:rule=master,` ``juju config jimm-k8s dns=postgres://:@:/`` :none:`wokeignore:rule=master,`