diff --git a/docs/developer-guide/creating-dandi-instance/dandi-infrastructure.md b/docs/developer-guide/creating-dandi-instance/dandi-infrastructure.md index 5b97e4ce..211d4185 100644 --- a/docs/developer-guide/creating-dandi-instance/dandi-infrastructure.md +++ b/docs/developer-guide/creating-dandi-instance/dandi-infrastructure.md @@ -196,7 +196,7 @@ and [staging_pipeline.tf](https://github.com/dandi/dandi-infrastructure/blob/mas Setting up sandbox will require unique AWS Route 53 Domains, as well a different Heroku app with different compute. -**Note -- ensure you review your `web/netlify.toml` file in DANDI Archive -- this will define different environment variables that correspond with staging vs. production** +**Note -- ensure you review your `web/netlify.toml` file in DANDI Archive -- this will define different environment variables that correspond with sandbox vs. production** ### Email Setup diff --git a/docs/developer-guide/creating-dandi-instance/initialize-vendors.md b/docs/developer-guide/creating-dandi-instance/initialize-vendors.md index 10208c93..f029064d 100644 --- a/docs/developer-guide/creating-dandi-instance/initialize-vendors.md +++ b/docs/developer-guide/creating-dandi-instance/initialize-vendors.md @@ -6,7 +6,7 @@ The DANDI ecosystem relies on vendor services to operate. So first you will nee - **AWS**: Provides storage buckets (S3), as well as domain management (Route53), for resources across the DANDI ecosystem. As well as the services (EC2, Kubernetes, etc.) for deploying the JupyterHub. - **GitHub**: Serves as the authentication provider for accounts across the DANDI ecosystem. - **Terraform Cloud**: Manages provisioned resources across cloud vendors in a version-controlled manner. -- **Netlify**: Deploys production frontend build, as well as staging previews to assist with frontend development. +- **Netlify**: Deploys production frontend build, as well as sandbox previews to assist with frontend development. - **Sentry**: Provides observability and monitoring for API events. Some services are not yet integrated within the main infrastructure: diff --git a/docs/developer-guide/developer-notes.md b/docs/developer-guide/developer-notes.md index 49deaf95..2f7a129a 100644 --- a/docs/developer-guide/developer-notes.md +++ b/docs/developer-guide/developer-notes.md @@ -120,7 +120,7 @@ Logs for many of the repositories are archived on `drogon` server at `/mnt/backu All code repositories are hosted on GitHub. The easiest way to contribute is to gain push access to the repositories by talking to @waxlamp; this way, you can create pull requests based on branches within the origin repositories, which in -turn allows for Netlify deploy previews and Heroku staging previews to be built. +turn allows for Netlify deploy previews and Heroku sandbox previews to be built. However, this is not strictly required. You can contribute using the standard fork-and-pull-request model, but under this workflow we will lose the benefit of