mirror of
https://github.com/remnawave/node.git
synced 2026-05-13 12:06:38 +00:00
622 B
622 B
docker compose -f docker-compose-dev.yml up -d
docker exec -it remnawave-node-dev /bin/bash
Install NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install v22.12.0 && nvm use v22.12.0
sudo apt update && sudo apt install supervisor
run supervisor
supervisord -c supervisord.conf &
curl -L https://raw.githubusercontent.com/remnawave/scripts/main/scripts/install-latest-xray.sh -o install-xray.sh \
&& chmod +x install-xray.sh \
&& bash ./install-xray.sh \
&& rm install-xray.sh