+ 1
how can I install xampp.in linux??
as usual I use xampp in windows how can I install xampp in linux??please help me
4 Réponses
+ 1
download the installer from their website with the correct architectnure for your pc. chmod the installer with +x for executable, and run with sudo.
$ chmod +x installer.run
$ sudo ./installer.run
to use it, access lamps from its place under opt.
$ sudo /opt/lampp/lampp {start,stop,restart}
Be sure to change the owner of the htdocs folder so you don't have to use root each time you want to use it.
$ chown -R user /opt/lampp/htdocs
PHP and MySQL binaries can be found under /opt/lampp/bin
PHP/MySQL/Apache configurations can be found under /opt/lampp/etc
0
thanks
0
welcome. some distros will have it in their repositories. but I've found my method easier, as sometimes the repos package is broken for xampp
0
Its called Lampp = Linux + Apache + Mysql + Php the linux version