mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +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
|
||||
```
|
||||
|
||||
Navigate to `localhost:3000` to start searching the Sourcebot repo.
|
||||
|
||||
<Accordion title="Details">
|
||||
**This command**:
|
||||
- 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 title="Login">
|
||||
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).
|
||||
<Step title="Complete onboarding">
|
||||
Navigate to `http://localhost:3000` and complete the onboarding flow.
|
||||
|
||||
<Note>
|
||||
By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).
|
||||
|
|
|
|||
Loading…
Reference in a new issue