mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
minor deployment guide nit
This commit is contained in:
parent
48e423b785
commit
ee90edc46d
1 changed files with 2 additions and 4 deletions
|
|
@ -69,8 +69,6 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker
|
||||||
ghcr.io/sourcebot-dev/sourcebot:latest
|
ghcr.io/sourcebot-dev/sourcebot:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Navigate to `localhost:3000` to start searching the Sourcebot repo.
|
|
||||||
|
|
||||||
<Accordion title="Details">
|
<Accordion title="Details">
|
||||||
**This command**:
|
**This command**:
|
||||||
- pulls the latest version of the `sourcebot` docker image.
|
- pulls the latest version of the `sourcebot` docker image.
|
||||||
|
|
@ -82,8 +80,8 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker
|
||||||
|
|
||||||
</Step>
|
</Step>
|
||||||
|
|
||||||
<Step title="Login">
|
<Step title="Complete onboarding">
|
||||||
Navigate to `http://localhost:3000` and create an account. The first account which is registered on a fresh Sourcebot deployment is given the [owner role](/docs/configuration/auth/roles-and-permissions).
|
Navigate to `http://localhost:3000` and complete the onboarding flow.
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).
|
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue