[SOLVED] Deploying on Centos 6

Okay, I am trying to deploy my app on Centos6 server. It is a dedicated server.

I have used the Typical deployment and created a zip file.

I have ftp’d the zip file to the root dir of my site

I unzipped it, then ran chmod 777 _lib -R

But I am getting a Forbidden - You don’t have permission to access /_lib/prod on this server when I try it.

I also tried to do the Scott Martin fix to change the directory and file permissions but it looks like the syntax may have changed.

It’s probably something simple, but any help would be appreciated.

Alan

Solved - I didn’t actually have php installed. The server is new and it was setup minimally.