We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to install the phalcon3.0 on XAMPP for Linux?

How to install the phalcon3.0 on XAMPP for Linux?

I can just find the guide "Installation on XAMPP for Windows" .



8.1k

You don't need to install XAMPP on Linux. Moreover, the XAMPP installation may have unintended consequences due to problems with the versions of components. You can install all needed in your Linux distribution independently. XAMPP has the main utilities - Apache+MySql+PHP You can install all in Linux. How to install you can find in documentation. For example, for Debian - Debian LAMP



1.9k

Thanks. but......

I will try that way.

You don't need to install XAMPP on Linux. Moreover, the XAMPP installation may have unintended consequences due to problems with the versions of components. You can install all needed in your Linux distribution independently. XAMPP has the main utilities - Apache+MySql+PHP You can install all in Linux. How to install you can find in documentation. For example, for Debian - Debian LAMP

XAMPP might be OK to play around with the stack, to test, learn etc. It's not for production use, unless you really know how to configure it 100% for prod env, but if you know that, than you just install 'real' stack from scratch and not bother with xampp.

Yeah, that might be good solution for beginners, since Xampp can be installed on both M$ Windows and GNU/Linux (not sure about OSX).