Last active
December 15, 2020 03:17
-
-
Save vonnenaut/aa55a655aa72d5e5e3899f50a062d812 to your computer and use it in GitHub Desktop.
XAMPP (Apache, MariaDB, PHP, Perl dev server)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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