Hi everyone,
I tried to install Phalcon on CentOS 6.5. This is what I did:
o Edit etc/yum.conf: remove the line ‘exclude=’ (temporarily) o Terminal:
- Sudo yum update (to update everything on the system)
- Yum install php-devel
- Sudo yum install git
- git clone git://github.com/phalcon/cphalcon.git
- cd cphalcon/build
- sudo ./install o Add a file called phalcon.ini in /etc/php.d/ with this content: extension=phalcon.so o Put back the original etc/yum.conf file o Restart server.
Before I rebooted the server, "Apache is functioning normally" was displayed when I typed the IP address in my browser. Now when I got there, I get a browser message about being unable to establish a connection. When I type :2222 after the ip address, I can get access to directadmin.
What did I do wrong? (this is the second time I tried to reinstall it completely...)
Thank you very much