You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,20 @@
36
36
docker compose -f docker-compose-dev.yml up -d
37
37
```
38
38
39
-
6. Create a copy of `.env.development` and name it `.env.development.local`. Update the required environment variables.
39
+
6. Generate the database schema.
40
+
```sh
41
+
yarn dev:prisma:migrate:dev
42
+
```
43
+
44
+
7. Create a copy of `.env.development` and name it `.env.development.local`. Update the required environment variables.
40
45
41
-
7. If you're using a declarative configuration file, create a configuration file and update the `CONFIG_PATH` environment variable in your `.env.development.local` file.
46
+
8. If you're using a declarative configuration file, create a configuration file and update the `CONFIG_PATH` environment variable in your `.env.development.local` file.
42
47
43
-
8. Start Sourcebot with the command:
48
+
9. Start Sourcebot with the command:
44
49
```sh
45
50
yarn dev
46
51
```
47
52
48
53
A `.sourcebot` directory will be created and zoekt will begin to index the repositories found in the `config.json` file.
0 commit comments