eb5282a50d9949a4a21180d0fcf1ae0046b5422f
Pleroma -> Ollama Bot Setup
- Clone project
- Install Node
v22.11.0
if you don't have it already- If using
nvm
, justnvm install 22.11.0
and thennvm use 22.11.0
if necessary
- If using
cd
into the project directory- Run
npm install
- Run
npx prisma migrate dev --name init
- To start, run
npm run start
I recommend using screen
to run this in the background until a systemd
service can be created. I just haven't bothered to do it yet.
Database Migrations
If you add stuff to the schema, follow the Prisma development workflow. This will apply the new schema to the database and generate a new Prisma client with type safety.
Description
Languages
TypeScript
100%