Skip to content

Commit

Permalink
Feedback from @viniciusdc
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Sep 26, 2024
1 parent aaff895 commit c43d203
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/docs/how-tos/nebari-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ The following steps assume you have:
Note You will be prompted to enter values for some of the choices above if they are absent from the command line arguments (for example, project name and domain)
:::

:::note
If you are deploying locally, DNS is not necessary except for dask dashboard and the notebook
scheduler extension. Therefore for test deployments it is recommended leave out the `--domain` option.
:::

Once `nebari init` is executed, you should then be able to see the following output:

```bash
Expand Down Expand Up @@ -124,6 +129,8 @@ If you are a Linux user, you can use the `sudo` command to gain root privileges
sudo echo "172.18.1.100 <domain>" | sudo tee -a /etc/hosts
```
See the [domain-registry documentation](https://www.nebari.dev/docs/how-tos/domain-registry#what-is-a-dns) for details.
:::
### Exposing container network (for MacOS)
Expand Down Expand Up @@ -159,14 +166,6 @@ security:
tag: sha-b4a2d1e
```

### Disable DNS for local deployment

If you are deploying locally, DNS is not necessary except for dask dashboard and the notebook
scheduler extension. Therefore it is recommended to simply delete the `domain` line from the
`nebari-config.yaml`.

If you prefer to setup DNS, see the [domain-registry documentation](https://www.nebari.dev/docs/how-tos/domain-registry#what-is-a-dns).

## Deploying Nebari

With the `nebari-config.yaml` configuration file now created, Nebari can be deployed for the first time with:
Expand Down

0 comments on commit c43d203

Please sign in to comment.