Verdiğim linkte şunlar yazıyor
Self hosting quick setup
Requirements
NodeJS (tested using v10)
Database (tested using MySQL 5.7+, MariaDB 10.2+ should work)
Setup
npm install
Setup databases
Use the scripts/db/setup_db0.sql script to set up the global database im_0
Use the scripts/db/setup_dbx.sql script to set up the data databases im_1, im_2, ... (you need at least one)
Copy the config.example.json to config.json and fill in required data
npm start
glitche yapmaya çalıştığım zaman hata veriyor
hata kodu ;
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)
cause:
{ Error: connect ECONNREFUSED 127.0.0.1:5672
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5672 },
isOperational: true,
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5672 }