queue system is presented to be more scalable app and reliable download system BREAKING CHANGE: redis is added and required now close #5
643 B
643 B
Build from source
Spooty can be also build from source files on your own.
Requirements
- Node v18.19.1 (it is recommended to use
nvmnode version manager to install proper version of node) - Redis in memory cache
Process
- install Node v18.19.1 using
nvm installand use that node versionnvm use - from project root install all dependencies using
npm install - copy
.env.defaultas.envinsrc/backendfolder and modify desired environment properties (see Environment variables) - build source files
npm run build- built project will be stored in
distfolder
- built project will be stored in
- start server
npm run start