|
|
@@ -78,6 +78,12 @@ Follow the guide at <https://docs.github.com/en/free-pro-team@latest/developers/
|
|
|
|
|
|
Remember to download the `private-key.pem` which will be used for the next step. Also take note of your `App ID`, `Client ID`, and your newly generated `Client Secret` for use in step 4.
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+**Add contents permission**:
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
### 3. Set up PostgreSQL
|
|
|
|
|
|
Make sure you have PostgreSQL running. You can check if it's running with `pg_ctl -D /usr/local/var/postgres status` and use `pg_ctl -D /usr/local/var/postgres start` to start it up. You'll also need to make a Logseq DB in PostgreSQL. Do that with `createdb logseq`.
|