Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any alternatives of XAMPP for OSX? The XAMPP is too redundant [closed]

XAMPP is pretty good for its one-click installation. However, the components it includes, such as ProFTPD 1.3.4c, are too redundant, I needn't it at all.

Is there any replacement not only contains one-click install property but also can be user-defined, which can show me a list for components choice.

like image 905
Douglas Su Avatar asked Nov 30 '25 02:11

Douglas Su


1 Answers

Another nice XAMPP alternative which is going a dockerized approach is the devilbox.

  • It works the same under Linux, OSX and windows
  • It comes with all common services: Apache, Nginx, PHP, MySQL, PostgreSQL, Redis, Memcached, etc.
  • Additionally it let you choose a separate version for each of the above services. You can for example choose your PHP version (php54, php55, php56, php70. php71 or hhvm)
  • You also have pre-configured mass-virtual hosting, so the setup works for multiple projects.
  • External applications such as phpMyAdmin or Adminer are also included in their latest version.
  • As it is a dockerized setup, you will be able to easily add custom daemons such as RabbitMQ or others.

devilbox

like image 84
cytopia Avatar answered Dec 02 '25 16:12

cytopia