💻Installation (ENG)

Windows

Minimum requirements:

  • Windows 7 or newer

  • 1 thread (with 1 Ghz. or more)

  • 512 Mb free RAM

  • 5-10 Gb free disc space

  • Internet connection

  • Administrator access to the computer/server

Recommended requirements:

  • Windows 10 or newer

  • 2 threads (with 2.5 Ghz. or more)

  • 2048 Mb free RAM

  • 30 Gb free disc space

  • Internet connection

  • Administrator access to the computer/server

  1. Download Node.JS from the official site to your PC/server.

  1. Open the downloaded file and always click on "Next" (accept the ToS) and then on "Install". It should now look like this:

  1. Download git from the official site to your PC/server.

  1. Now open the downloaded file and always click on "Next" and at the end on "Install". It should now look like this: Now click on "Finish".

  1. Now create the desired installation location for the downloader. The name does not matter:

  1. Open the folder you have just created and enter "cmd" in the PATH bar and press ENTER.

  1. Now download the WP-Downloader and install the NPM packages in the same directory with these commands:

git clone https://github.com/MaximilianGT500/wp-downloader.git .
npm i
  1. Now start the application and navigate to your browser and enter the following URL: http://localhost:3000.

npm start

Congratulations to you! 🎉 You have now installed the WP Downloader on your PC/server!

If you close the prompt, the website will also be stopped.

Linux (Ubuntu / Debian)

Minimum requirements:

  • Ubuntu 18.04 / Debian 10 or newer

  • 1 thread (with 1 Ghz. or more)

  • 512 Mb free RAM

  • 5-10 Gb free disc space

  • Internet connection

  • Root access or Sudo

Recommended requirements:

  • Ubuntu 22.04 / Debian 11 or newer

  • 2 threads (with 2.5 Ghz. or more)

  • 2048 Mb free RAM

  • 30 Gb free disc space

  • Internet connection

  • Root access or Sudo

  1. Use the following commands to install the latest updates and Node.JS, cURL and git.

apt update
apt upgrade -y
apt install curl git -y
# For Ubuntu

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs

# For Debian

curl -fsSL https://deb.nodesource.com/setup_20.x | bash - &&\
apt-get install -y nodejs
  1. Now create a folder of your choice, e.g. in the home directory for the WP downloader, and navigate into it.

mkdir /home/wp-downloader
cd /home/wp-downloader
  1. Now download the WP-Downloader and install the NPM packages in the same directory with these commands:

git clone https://github.com/MaximilianGT500/wp-downloader.git .
npm i
  1. Now start the application. Then open your browser and enter either http://localhost:3000 or http://server-ip:3000.

Wenn du nicht weißt, wie die IP lautet, nutze den folgenden Befehl: "curl ifconfig.me"

npm start
  1. If you now click CTRL + C, the application will be stopped. The best way to keep the application running in the background is to use PM2. To do this, first install PM2 with this command:

npm i pm2 -g
  1. Now start the application with PM2.

The "-i" parameter specifies how many threads the application may use. "-i max" means all possible threads.

pm2 start main.js -i max --name WP-Downloader

Congratulations to you! 🎉 You have now installed WP Downloader on Linux!

If you want to close the application use either "CTRL + C" or "pm2 stop WP-Downloader".

Replit - PC/MAC Tutorial (Free)

  1. Create an account or log in. You should now see the following window: Take a name of your choice and click on "Use Template".

  1. Now click on "Run". This may take a few minutes as it now installs and starts the downloader. Then click on the arrow to the right to open the website in a new tab.

Congratulations to you! 🎉 You have now installed WP Downloader on Replit!

If Replit does not detect a call after 30 minutes, the application will be stopped. If you then call up the application with the URL again, the application will be started again.

Replit - Handy Tutorial (Free)

  1. Klicke auf diesen Link: https://replit.com/@MaximilianGT500/wp-downloader?v=1 und folge nun dem Video:

Last updated

© 2024 MAX.SRL - All Rights Reserved