- make sure you have installed
Redis
- make sure you have installed
RabbitMQ
- configure all settings in
config
folder - create
_storage
folder for scripts storage and push some scripts (or copy_storage
indocs/examples
to the root folder) - run
npm i
- run
node index.js
ornpm run start
- run
npm run tests
- run
npm run lint