macOS installation - Serena1432/NobihazaVietnamCollection GitHub Wiki

Installing XAMPP

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

image

  • Download the xampp-osx-X.X.X-0-installer.dmg file.

image

  • Open the .dmg file and double-click the xampp-osx-X.X.X-0-installer.app file.

image

  • Type your macOS password and wait for the GUI installer to start. Press Next.

image

  • Check XAMPP Core Files and uncheck XAMPP Developer Files.

image

  • Confirm that XAMPP will be installed to /Applications/XAMPP, and wait for the installation to complete.

image

Downloading the source code

Cloning from git

git is required. Make sure /Applications/XAMPP/xamppfiles/htdocs is deleted before cloning.

# Clone the source code. Root access may be required.
git clone https://github.com/Serena1432/NobihazaVietnamCollection.git /Applications/XAMPP/xamppfiles/htdocs
# Make htdocs writeable by the user account
chmod -R 755 /Applications/XAMPP/xamppfiles/htdocs

Downloading the latest .zip file

  • 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 /Applications/XAMPP/xamppfiles/htdocs.

image

  • Make htdocs writable by the user account:
chmod -R 755 /Applications/XAMPP/xamppfiles/htdocs

Starting XAMPP

  • Open manager-osx from Launchpad, or from /Applications/XAMPP.

image

  • Type your macOS password and wait for the manager to start. Go to the Manage Servers tab and start Apache Web Server and MySQL Database.

image

Configuration

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