Instalasi XAMPP di Mac OS X
1. Pertama Donlot XAMPP For Mac Disini
2. Menginstall XAMPP
*Instalasi memerlukan kuasa admin
Buka Terminal dan ketik
sudo su
lalu masukkan password untuk root
tar -xfvz /path-ke-direktori/xampp-macosx-0.6.2.tar.gz -C /
3. Menjalankan XAMPP dan Menghentikan XAMPP :
3a. Kembali ke Terminal dan login sebagai root :
sudo su
3b. Masukkan perintah untuk menjalankan XAMPP :
/Applications/xampp/xamppfiles/mampp start
Anda akan melihat notifikasi dibawah jika berhasil:
Starting XAMPP for MacOS X 0.6.2…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
XAMPP for MacOS X started.
Ready. Apache and MySQL are running.
3c. Lalu ketikan http://localhost di browser anda.
3d. Untuk menghentikannya ketik :
/Applications/xampp/xamppfiles/mampp stop
4. Parameter lainnya untuk menjalankan service pilihan :
start Starts XAMPP.
stop Stops XAMPP.
restart Stops and starts XAMPP.
reload Apache, MySQL and - if started - ProFTPD reload their config files
startapache Only starts the Apache.
startssl Starts the Apache SSL support. This command activates the SSL support permanently, e.g. if you restart XAMPP in the future SSL will stay activated.
startmysql Only the MySQL database ist started.
startftp Only the ProFTPD-Server is started. Via FTP you can upload files for your web server (user “nobody”, password “xampp”). This command activates the ProFTPD permanently, e.g. if you restart XAMPP in the future FTP will stay activated.
stopapache Stops the Apache.
stopssl Stops the Apache SSL support. This command deactivates the SSL support permanently, e.g. if you restart XAMPP in the future SSL will stay deactivated.
stopmysql Stops the MySQL database.
stopftp Stops the ProFTPD server. This command deactivates the ProFTPD permanently, e.g. if you restart XAMPP in the future FTP will stay deactivated.
reloadapache The Apache webserver reloads its config files.
reloadmysql The MySQL database reloads its config files.
reloadftp ProFTPD reloads its config files.
Selamat mencoba ..
resources





