Skip to content

Instantly share code, notes, and snippets.

@DeVoresyah
Created December 1, 2019 05:12
Show Gist options
  • Save DeVoresyah/e8b7b048c97522b7d4f39f6197929b60 to your computer and use it in GitHub Desktop.
Save DeVoresyah/e8b7b048c97522b7d4f39f6197929b60 to your computer and use it in GitHub Desktop.
Setup PHP and Composer Solus OS

Step by Step

  • Install XAMPP for Linux
  • Run this command as a root
ln -s /opt/lampp/bin/php /usr/bin/php
@DeVoresyah
Copy link
Author

NOTE:
if you got netstat error from xampp on SolusOS

try to install dstat:
sudo eopkg install dstat

and follow this instructions:
https://discuss.getsol.us/d/963-install-apache-or-xampp/6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment