Skip to content

Instantly share code, notes, and snippets.

@canokay
Last active January 29, 2019 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save canokay/5602d161cb25f74fae98cc8bdcffa39d to your computer and use it in GitHub Desktop.
Save canokay/5602d161cb25f74fae98cc8bdcffa39d to your computer and use it in GitHub Desktop.

Ubuntu Xampp Kurulumu

  1. Xampp Sourceforgeden xampp-linux-x64-7.3.1-0-installer.run indir

https://sourceforge.net/projects/xampp/

İnen dosyanın dizilimine terminali açın.

Aşağıdaki komutları girin.

   sudo chmod +x xampp-linux-x64-7.3.1-0-installer.run

Aşağıdaki kodu yazdıktan sonra kurulum başlayacaktır.

   sudo ./xampp-linux-x64-7.3.1-0-installer.run

Xampp Çalıştırma

cd /opt/lampp
sudo chmod +x manager-linux-x64.run
sudo ./manager-linux-x64.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment