1
0
Fork 0

Install deps via pnpm

main
root 2023-05-10 15:44:19 -06:00
parent 7faa11bb97
commit ff8900d794
1 changed files with 9 additions and 6 deletions

View File

@ -13,7 +13,9 @@ https://codeberg.org/calckey/calckey
## Debian
Tested on Debian 11 (Stable/Bullseye).
Install from Debian repos:
Not using Docker or Elasticsearch.
Install some dependencies from Debian repos:
```
apt update
@ -23,7 +25,6 @@ apt install build-essential curl python3 python-is-python3 postgresql \
apt install -t bullseye-backports redis
```
Not using Docker or Elasticsearch.
## NodeJS
This is dodgy, like "npm install". Calckey recommends using
@ -55,15 +56,17 @@ node -v
```
# Download
# Download and Install
```
git clone https://codeberg.org/calckey/calckey
cd calckey/
```
# Build
Install calckey NodeJS dependencies:
```
foo
corepack enable
corepack prepare pnpm@latest --activate
pnpm i
# pnpm i --no-optional # without Tensorflow. Downloads it anyway.
```