|
|
@@ -40,6 +40,8 @@ You'll also need to make a Logseq DB in PostgreSQL. Do that with ~createdb logse
|
|
|
# Replace your-code-directory and your-app.private-key.pem with yours
|
|
|
export GITHUB_APP_PEM="/your-code-directory/your-app.private-key.pem"
|
|
|
export LOG_PATH="/tmp/logseq"
|
|
|
+ export PG_USERNAME="xxx"
|
|
|
+ export PG_PASSWORD="xxx"
|
|
|
#+END_SRC
|
|
|
|
|
|
*** 5. Compile to JavaScript
|
|
|
@@ -85,4 +87,4 @@ You'll also need to make a Logseq DB in PostgreSQL. Do that with ~createdb logse
|
|
|
Run ~start-windows.bat~ which is located in the repo. This will open a second terminal that runs Logseq's backend server.
|
|
|
To completely stop Logseq, you'll need to also close that second terminal that was opened.
|
|
|
|
|
|
- ~start-windows.bat~ will try to start PostgreSQL for you if it's not already started.
|
|
|
+ ~start-windows.bat~ will try to start PostgreSQL for you if it's not already started.
|