Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/dev/onedev/onedev-ubuntu.sh
chmod +x onedev-ubuntu.sh
sudo bash onedev-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/dev/onedev/onedev-ubuntu.sh
2 Make it Executable
chmod +x onedev-ubuntu.sh
3 Run the Installer
sudo bash onedev-ubuntu.sh
4 Access the Web UI
http://:6610
# First run opens the setup wizard — create the admin account there
Ports Used
| Port | Purpose |
|---|---|
| 6610 | OneDev Web UI (HTTP) |
| 6611 | Git over SSH |
