Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2862  / 3 Years ago, sat, may 29, 2021, 10:32:58

Is there anyway to install XAMPP for all the user on Ubuntu 11.04 ? It would be great and I hope there are some ways. Because it's disgusting to log off every time to run XAMPP.



I'm new to Linux.


More From » 11.04

 Answers
4

I'm not sure what your exact circumstances are but XAMPP is designed for one-person-development. It's a quick easy way to test sites locally. If you want a system wide server that all users can use, perhaps it's time to stop using it for something it wasn't designed, and is time to use a traditional LAMP stack instead.



sudo apt-get install lamp-server^


Note: The ^ on the end isn't a typo - it's how we denote tasks.



That should give you a very traditional LAMP setup which you can then customise as much as you like. For service configuration, I personally like the SliceHost articles (even though I'm not a customer there) as they cover most of the basics about getting Apache, PHP and MySQL playing happily and in a nice sane way.


[#41115] Sunday, May 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
terneive

Total Points: 329
Total Questions: 117
Total Answers: 105

Location: Denmark
Member since Tue, Oct 18, 2022
2 Years ago
;