Skip to content

onezuppi/ur-network-node-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Urnetwork easy installer

Universal Bash script to automatically deploy the URnetwork Provider with docker.

✨ Features

  • Automatically installs curl if it is missing
  • Installs Docker Compose using the onezuppi/install-docker-sh when required
  • Prompts for an auth_code, exchanges it for a by_jwt token via the BringYour API and stores it
  • Generates a production‑ready docker‑compose.yml and launches the provider container
  • Works on popular Linux distributions

🚀 Quick install

With curl

curl -fsSL https://raw.githubusercontent.com/onezuppi/ur-network-node-installer/refs/heads/main/install.sh | bash

With wget

wget -qO- https://raw.githubusercontent.com/onezuppi/ur-network-node-installer/refs/heads/main/install.sh | bash

🖐 Manual install

git clone https://github.com/onezuppi/ur-network-node-installer
cd ur-network-node-installer
bash install.sh

The container should appear with the status Up.

🧹 Uninstall

docker compose down
rm -rf urnetwork docker-compose.yml

📄 License

MIT

About

Universal Bash script to install URnetwork provider via docker-compose.

Topics

Resources

License

Stars

Watchers

Forks

Languages