Skip to content

Commit b5d57d7

Browse files
authored
Merge pull request #203 from kabilar/ember
Update `Creating a DANDI Instance` docs based on feedback
2 parents b468bf8 + 9914161 commit b5d57d7

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

docs/developer-guide/creating-dandi-instance/dandi-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ For `netlify.toml`: This should be located in the `web/` sub-directory -- [see D
7878
For `.env.production`: This should also be located in the `web/` sub-directory -- [see DANDI Archive web/.env.production](https://github.com/dandi/dandi-archive/blob/master/web/.env.production). This is a file that will inject environment variables into the frontend upon build (e.g. `vite build`).
7979

8080
Update the relevant values that reflect what was in your `Social Application` object for both files. You will also notice an environment variable related to `Sentry` -- this value can be obtained from your Sentry account.
81+
82+
## Upgrade Amazon SES Account from sandbox to production mode
83+
84+
In Amazon Simple Email Service (SES) you will need to switch from SES sandbox to production, following the AWS [instructions](https://docs.aws.amazon.com/ses/latest/dg/request-production-access.html).
85+
While your account is in the Amazon SES sandbox, certain restrictions are applied such as the inability to send emails to non-verified email addresses.
86+
This will cause errors when users are trying to create an account since the code is setup to send an email to the user once they have registered.

docs/developer-guide/creating-dandi-instance/initialize-vendors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ First go to your `Account Settings`:
5151

5252
<br/><br/>
5353
<img
54-
src="../../../img/heroku_settings.jpg"
54+
src="../../../img/heroku_account_settings.jpg"
5555
alt="heroku_app_name"
5656
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
5757
<br/><br/>
@@ -216,7 +216,7 @@ You'll be prompted with the following form -- see the example values populated i
216216

217217
<br/><br/>
218218
<img
219-
src="../../../img/register_new.jpg"
219+
src="../img/register_new_oauth.jpg"
220220
alt="retrieve"
221221
style="width: 60%; height: auto; display: block; margin-left: auto; margin-right: auto;"/>
222222
<br/><br/>
90 KB
Loading

docs/img/register_new.jpg

-181 KB
Binary file not shown.

docs/img/register_new_oauth.jpg

182 KB
Loading

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ theme:
1313
logo: img/dandi-logo-square_sw.png
1414
palette:
1515
- scheme: default
16-
toggle:
16+
toggle:
1717
icon: material/weather-night
1818
name: Dark mode
1919
primary: "dark blue"
2020
accent: "light blue"
2121
- scheme: slate
22-
toggle:
22+
toggle:
2323
icon: material/weather-sunny
2424
name: Light mode
2525
primary: "dark blue"
@@ -76,10 +76,10 @@ nav:
7676
- Creating a DANDI Instance:
7777
- Overview: "developer-guide/creating-dandi-instance/index.md"
7878
- Initialize Vendor Accounts: "developer-guide/creating-dandi-instance/initialize-vendors.md"
79-
- DANDI Authentication: "developer-guide/creating-dandi-instance/dandi-authentication.md"
80-
- DANDI Client: "developer-guide/creating-dandi-instance/dandi-cli.md"
8179
- DANDI Infrastructure: "developer-guide/creating-dandi-instance/dandi-infrastructure.md"
8280
- DANDI Archive: "developer-guide/creating-dandi-instance/dandi-archive.md"
81+
- DANDI Authentication: "developer-guide/creating-dandi-instance/dandi-authentication.md"
82+
- DANDI Client: "developer-guide/creating-dandi-instance/dandi-cli.md"
8383
- DANDI Hub: "developer-guide/creating-dandi-instance/dandi-hub.md"
8484
- Health Status:
8585
- Dandisets: https://github.com/dandi/dandisets-healthstatus

0 commit comments

Comments
 (0)