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.
- Download the
xampp-osx-X.X.X-0-installer.dmg
file.
- Open the
.dmg
file and double-click thexampp-osx-X.X.X-0-installer.app
file.
- Type your macOS password and wait for the GUI installer to start. Press
Next
.
- Check
XAMPP Core Files
and uncheckXAMPP Developer Files
.
- Confirm that XAMPP will be installed to
/Applications/XAMPP
, and wait for the installation to complete.
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
.zip
file
Downloading the latest -
Extract the downloaded
.zip
file and you will get a folder calledNobihazaVietnamCollection-main
. Copy all files inside that folder to/Applications/XAMPP/xamppfiles/htdocs
.
- 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
.
- Type your macOS password and wait for the manager to start. Go to the
Manage Servers
tab and startApache Web Server
andMySQL Database
.
Configuration
After the installation is done, head to the Configuration page.