Compare commits
2 Commits
7b271da2b8
...
35165dcefe
| Author | SHA1 | Date | |
|---|---|---|---|
| 35165dcefe | |||
| dbd4e0a687 |
10
README.md
10
README.md
@@ -49,6 +49,16 @@ enough libc to run golang binaries.
|
|||||||
|
|
||||||
To run a more complete system, you also need to have docker compose installed.
|
To run a more complete system, you also need to have docker compose installed.
|
||||||
|
|
||||||
|
### Database
|
||||||
|
|
||||||
|
To connect to the database, you need psql (PostgreSQL client, for
|
||||||
|
`./diachron/common.d/db`)
|
||||||
|
|
||||||
|
- macOS: `brew install libpq` (and follow the caveat to add it to your PATH),
|
||||||
|
or `brew install postgresql`
|
||||||
|
- Debian/Ubuntu: `apt install postgresql-client`
|
||||||
|
- Fedora/RHEL: `dnf install postgresql`
|
||||||
|
|
||||||
### Development requirements
|
### Development requirements
|
||||||
|
|
||||||
To hack on diachron itself, you need the following:
|
To hack on diachron itself, you need the following:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "express",
|
"name": "diachron",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"packageManager": "pnpm@10.12.4",
|
"packageManager": "pnpm@10.12.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"diachron": "workspace:*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user