docker --version docker compose version Avoid third-party scripts. Use the official source:
git clone https://github.com/nephaelnet/www-installer.git ~/nephaelnet-www cd ~/nephaelnet-www Alternatively, direct download: wwwnephaelnet install
This comprehensive guide will walk you through everything you need to know about the process. From understanding the architecture to post-installation hardening, we cover it all. | Component | Requirement | |-----------|-------------| | |
| Component | Requirement | |-----------|-------------| | | Ubuntu 22.04 LTS, Debian 12, or Rocky Linux 9 | | CPU | 2 vCPUs (x86_64 or ARM64) | | RAM | 4 GB (8 GB recommended for production) | | Storage | 20 GB SSD | | Network | Static IPv4 or IPv6, port 80/443 reachable | | Dependencies | Docker 24+, Docker Compose V2, curl, git | Important: The www installer requires outbound internet access to pull container images from registry.wwwnephaelnet.com . Step-by-Step Guide: How to Perform WWWNephaelNet Install Below is the definitive method for a clean wwwnephaelnet install on a fresh Linux server. Step 1: Update Your System and Install Prerequisites sudo apt update && sudo apt upgrade -y sudo apt install -y curl git ufw For RHEL-based systems: Docker Compose V2