🔧Installation
Requirements
Java: 8 or higher (tested with 8, 11, 17, 21)
Redis database (Introduction)
Step-by-step
Download the cloud:
Stable build: Download (recommended)
Development build: Download
CI (all builds): https://github.com/RediCloud/cloud-v2/actions
Unzip the redicloud.zip file (
unzip redicloud.zip
)Set start-file permission (
chmod +x start.sh
)Start the cloud (
./start.sh
)Follow the database setup
You can currently only start node with java 9+. But it is then possible to switch between the Java versions for each individual server.
Last updated