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

Installation

Hello,

I have been trying to figure this out for weeks now. I have been able to download Phalcon and compile it on my mac, but I am not sure where to go from there. I tried to add the extension to the php.ini file like this: extension=phalcon.so in the terminal but i am not sure if that worked or what it did. Basically, I am trying to use phalcon loaclly with MAMP, and also with the files on my at&t server so i can reate a RESTful API. Is there anyone that can help me out? Thanks!

In addition to modifying the php.ini file, you also need to add a Phalcon file to the Apache mods directory. Check the code comments in this code example: https://docs.phalcon.io/en/latest/reference/install.html#compilation . None of the comments are for MAMP, but you should be able to figure out where to put the file.

?Thank you! I will try this really quick. I appreciate the timely response!


From: quasipickle [email protected] Sent: Monday, March 16, 2015 3:43 PM To: Sulkoske, Jake Subject: [Phalcon Forum] Installation

In addition to modifying the php.ini file, you also need to add a Phalcon file to the Apache mods directory. Check the code comments in this code example: https://docs.phalcon.io/en/latest/reference/install.html#compilation . None of the comments are for MAMP, but you should be able to figure out where to put the file.

- Reply to this email directly or view the complete thread on Phosphorumhttps://forum.phalcon.io/discussion/6176/installation#C16605. Change your e-mail preferences herehttps://forum.phalcon.io/settings

Make sure you are getting the correct version of Phalcon extension to your local server .