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.
- Download the
xampp-windows-x64-X.X.XX-0-VS16-installer.exe
(like the highlighted file).
- Open the downloaded executable file and click
Next
.
- Only check MySQL and phpMyAdmin (Apache and PHP cannot be unchecked), and uncheck everything else.
- 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.
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
.zip
file
Downloading the latest External file extraction software (WinRAR or 7-Zip) is recommended. Extracting using the integrated file extractor can cause some errors.
-
Extract the downloaded
.zip
file and you will get a folder calledNobihazaVietnamCollection-main
. Copy all files inside that folder toC:\xampp\htdocs
.
Starting XAMPP
- Open the XAMPP Control Panel from the Start Menu or
C:\xampp\xampp-control.exe
.
- Wait for the Control Panel to start, and start both Apache and MySQL.
Configuration
After the installation is done, head to the Configuration page.