Requirements
- VPS, VDS, Cloud, or Dedicated Server (Get 20€ Free Cloud Server Credits)
- Linux Debian 10 or Ubuntu 20.04 (minimally)
1) Start with an existing Plesk installation, click on Websites & Domains > Add Domain, and add your MP3 Converter Pro domain (e.g., example.com)
2) Click on Websites & Domains > example.com > PHP Settings, set PHP version to 7.4, and update "max_execution_time" value
3) Click on Websites & Domains > example.com > Databases, click Add Database, and create a corresponding MySQL database, username, and password
4) Click on Websites & Domains > Add Subdomain, and add your YouTube Video Backend subdomain (e.g., backend.example.com)
5) Click on Websites & Domains > backend.example.com > PHP Settings, set PHP version to 7.4, and update "max_execution_time" value
6) Click on Websites & Domains > backend.example.com > Databases, click Add Database, and create a corresponding MySQL database, username, and password
7) Click Websites & Domains > backend.example.com > Hosting & DNS > Hosting Settings, and uncheck "Permanent SEO-safe 301 redirect from HTTP to HTTPS"
8) Click Extensions, search for "docker", click on the "Docker" search suggestion, and install the Docker extension
9) Click on Docker, search for "redis", and click Run in the subsequent search results to install the "Official" Redis Docker image
10) On the next screen, check "Automatic start after system reboot", uncheck "Automatic port mapping", manually set the External port, and click OK
11) Click on Docker and ensure that the Redis Docker image is Running
12) Click Extensions, search for "terminal", click on the "SSH Terminal" search suggestion, and click Open on the subsequent screen
13) In the SSH Terminal, install Supervisor
apt-get install supervisor