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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,6 @@ branch are tagged into a release periodically.
62
62
pnpm run docker
63
63
```
64
64
65
-
This will also start and run a local instance of [pgAdmin](https://www.pgadmin.org/) on [localhost:5480](http://localhost:5480), preconfigured with email `admin@example.com` and pwd `admin`. Then use `postgres` as the password to the Trigger.dev server.
66
-
67
65
9. Migrate the database
68
66
```
69
67
pnpm run db:migrate
@@ -94,13 +92,11 @@ We use the `<root>/references/v3-catalog` subdirectory as a staging ground for t
94
92
95
93
First, make sure you are running the webapp according to the instructions above. Then:
96
94
97
-
1. In Postgres go to the "Organizations" table and on your org set the `v3Enabled` column to `true`.
98
-
99
-
2. Visit http://localhost:3030 in your browser and create a new V3 project called "v3-catalog". If you don't see an option for V3, you haven't set the `v3Enabled` flag to true.
95
+
1. Visit http://localhost:3030 in your browser and create a new V3 project called "v3-catalog".
100
96
101
-
3. In Postgres go to the "Projects" table and for the project you create change the `externalRef` to `yubjwjsfkxnylobaqvqz`.
97
+
2. In Postgres go to the "Projects" table and for the project you create change the `externalRef` to `yubjwjsfkxnylobaqvqz`.
102
98
103
-
4. Build the CLI
99
+
3. Build the CLI
104
100
105
101
```sh
106
102
# Build the CLI
@@ -109,7 +105,7 @@ pnpm run build --filter trigger.dev
109
105
pnpm i
110
106
```
111
107
112
-
5. Change into the `<root>/references/v3-catalog` directory and authorize the CLI to the local server:
108
+
4. Change into the `<root>/references/v3-catalog` directory and authorize the CLI to the local server:
* Network mode to use for all runners. Supported standard values are: `bridge`, `host`, `none`, and `container:<name|id>`.
35
-
* Any other value is taken as a custom network's name to which all runners should connect to.
36
-
*
37
-
* Accepts a list of comma-separated values to attach to multiple networks. Additional networks are interpreted as network names and will be attached after container creation.
38
-
*
39
-
* **WARNING**: Specifying multiple networks will slightly increase startup times.
* Network mode to use for all runners. Supported standard values are: `bridge`, `host`, `none`, and `container:<name|id>`.
62
+
* Any other value is taken as a custom network's name to which all runners should connect to.
63
+
*
64
+
* Accepts a list of comma-separated values to attach to multiple networks. Additional networks are interpreted as network names and will be attached after container creation.
65
+
*
66
+
* **WARNING**: Specifying multiple networks will slightly increase startup times.
0 commit comments