- A computer accessible outside with port open for incoming.
- Git installed. Steps here
- Python3.7+ installed. This is preinstalled on most common linux distributions. On ubuntu the steps will be
sudo apt update && sudo apt install python3.10-venv
- Pip and python3 venv installed. Installation steps available here
git clone https://github.com/newrlfoundation/newrl.git
scripts/install.sh
screen -S newrl
scripts/start.sh
Screen session is used to let the node run in background when terminal is closed.
Note: The port 8456 should be publicly accessible on the instance. On AWS, this can be done by opening inbound port in the security group. For local installations, the router need to be configured to bypass symmetric NAT for the port 8456.