Server Setup Gist:
-
Open Server:
- Access the server environment.
-
Navigate to Root Directory:
- Use the command:
cd /var/www/html/
to reach the root directory.
- Use the command:
-
Clean Previous Files (Optional):
- Delete any existing files in the directory with
sudo rm -rf /var/www/html/*
(Optional but recommended).