Windows installation - Serena1432/NobihazaVietnamCollection GitHub Wiki

Installing XAMPP

  • Go to XAMPP for Windows website. Choose the newest version (usually the top-most), for example 8.2.12 in the image below.

image

  • Download the xampp-windows-x64-X.X.XX-0-VS16-installer.exe (like the highlighted file).

image

  • Open the downloaded executable file and click Next.

image

  • Only check MySQL and phpMyAdmin (Apache and PHP cannot be unchecked), and uncheck everything else.

image

  • Choose the default folder (C:\xampp) and wait for the installation to complete. If there's a popup requiring you to allow access to the firewall, you need to allow it.

image

Downloading the source code

Cloning from git

git is required. Make sure C:\xampp\htdocs is deleted before cloning.

git clone https://github.com/Serena1432/NobihazaVietnamCollection.git C:\xampp\htdocs

Downloading the latest .zip file

External file extraction software (WinRAR or 7-Zip) is recommended. Extracting using the integrated file extractor can cause some errors.

  • Download the .zip file here.

  • Extract the downloaded .zip file and you will get a folder called NobihazaVietnamCollection-main. Copy all files inside that folder to C:\xampp\htdocs.

image

Starting XAMPP

  • Open the XAMPP Control Panel from the Start Menu or C:\xampp\xampp-control.exe.

image

  • Wait for the Control Panel to start, and start both Apache and MySQL.

image

Configuration

After the installation is done, head to the Configuration page.