kjsgcasuycb
Go to app/client/packages/rts
Run cp .env.example .env
Run yarn install
Run yarn start
RTS runs on port 8091
Start MongoDB: mongod --replSet rs0 --dbpath "db_path"
Open shell: mongosh
If replica not initialized: rs.initiate()
Start Redis: redis-server
Test Redis: redis-cli ping
Go to app/server
Run mvn clean compile
Run cp envs/dev.env.example .env
Run bash build.sh -DskipTests
Create plugin folder: mkdir -p dist/plugins
Copy JARs from plugin targets into dist/plugins
Go to scripts
Run bash start-dev-server.sh
From project root: cp .env.example .env
Go to app/client
Run yarn install
Run yarn start
Client runs on port 3000
Maven
JDK 17
MongoDB Community Edition
Mongo Shell
Mongo Compass
Redis
Node.js 20.11.1
Yarn
Git
Nginx
Install Node.js 20.11.1
Install MongoDB Community Edition
Install Mongo Shell & Compass
Add Mongo Shell bin folder to PATH
Install Redis for Windows
Add Redis folder to PATH
Install Nginx
Install OpenJDK 17
Install Maven and add bin to PATH
Install Git
Install Node.js MSI (optional)
Install Yarn globally with npm install --global yarn
Install Node.js 20.11.1
Install MongoDB Community Edition
Install Mongo Shell & Compass
Add Mongo Shell bin folder to PATH
Install Redis for Windows
Add Redis folder to PATH
Install Nginx
Install OpenJDK 17
Install Maven and add bin to PATH
Install Git
Install Node.js MSI (optional)
Install Yarn globally with npm install --global yarn