mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-04-27 11:25:23 +00:00
74312e43f6
End of life was moved forwards by 7 months so we don't have a choice. https://nodejs.org/en/blog/announcements/nodejs16-eol.
516 B
516 B
These instructions are to build and run draupnir without using Docker.
You need to have installed yarn 1.x and Node 18.
git clone https://github.com/gnuxie/draupnir.git
cd draupnir
yarn install
yarn build
# Copy and edit the config. It *is* recommended to change the data path,
# as this is set to `/data` by default for dockerized draupnir.
cp config/default.yaml config/production.yaml
nano config/production.yaml
node lib/index.js --draupnir-config ./config/production.yaml