Skip to content

Instantly share code, notes, and snippets.

@vonnenaut
Last active December 15, 2020 03:17
Show Gist options
  • Save vonnenaut/aa55a655aa72d5e5e3899f50a062d812 to your computer and use it in GitHub Desktop.
Save vonnenaut/aa55a655aa72d5e5e3899f50a062d812 to your computer and use it in GitHub Desktop.
XAMPP (Apache, MariaDB, PHP, Perl dev server)
# XAMPP
## Setup
### Stop existing Apache and MySQL services:
`/etc/init.d/apache2 stop`
`/etc/init.d/mysql stop`
### Start XAMPP
`sudo /opt/lampp/lampp start`
Test it's working:
http://localhost/
http://localhost/phpmyadmin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment