Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 622 Bytes

File metadata and controls

34 lines (26 loc) · 622 Bytes
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