Skip to main content

How to run Epesi on Linux & XAMPP?

XAMPP on Linux Mint installation

image.png

Apache: http://localhost/xampp/
PHPMyAdmin: http://localhost/phpmyadmin/
MariaDB: http://localhost:3306/
FTP Server: ftp://localhost/

image.png

https://stackoverflow.com/questions/60214514/xampp-how-can-i-execute-php-files-from-home-directory 

https://askubuntu.com/questions/1120634/how-to-access-xampp-htdocs-folder-in-ubuntu-18-04-2

sudo chmod 777 /opt/lampp/htdocs

https://community.apachefriends.org/viewtopic.php?p=273247&sid=f0967a8d2c3543da4f29bdd799a6d494

https://copyprogramming.com/howto/install-xampp-for-ubuntu-on-home-directory 

ln -s /opt/lampp/htdocs/ ~/Documents/htdocs

image.png

image.png

php extensions required

php extensions optimisation
memcache
opcache
php handler
Apache > cgi or fastcgi
fpm 
curl

xdebug (VSC and browser)

phpinfo.php will show you where to find error log etc