Skip to content

Commit

Permalink
docs: Remove non-actionable step from developer setup
Browse files Browse the repository at this point in the history
I just went through these with @jmunroe, and found the
db step a little confusing - there is no action to really be
taken here, as pretty much everyone just uses sqlite for
development (and even production). So I've just removed that
step, as python almost always ships with sqlite built into it.
  • Loading branch information
yuvipanda committed Dec 17, 2023
1 parent 7bf4efd commit a142876
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/source/contributing/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,13 @@ a more detailed discussion.
python3 -m pip install --editable ".[test]"
```

5. Set up a database.

The default database engine is `sqlite` so if you are just trying
to get up and running quickly for local development that should be
available via [Python](https://docs.python.org/3.5/library/sqlite3.html).
See [The Hub's Database](hub-database) for details on other supported databases.

6. You are now ready to start JupyterHub!
5. You are now ready to start JupyterHub!

```bash
jupyterhub
```

7. You can access JupyterHub from your browser at
6. You can access JupyterHub from your browser at
`http://localhost:8000` now.

Happy developing!
Expand Down

0 comments on commit a142876

Please sign in to comment.