3
I already make it clear that I am not a PHP programmer but Java, but I have to upload an application of my company in an instance in AWS (Amazon Web Services).
Well, I’m having a hard time, because it’s my first time working on projects PHP. I have a machine running Apache2 Mysql and PHP5.5 (I hope it satisfies deploy). It seems to me that the application was developed by Zend Framework.
I copied the application to the relative path on the server /var/www/html
Now I don’t know what the next step is. How do I "start" the application.
To help here is the project that apache is serving
EDITION
Well personal after a long talk with Oedipus (which was of great value), unfortunately we could not run the application.
But I didn’t give up! I created a new instance by installing the LAMP server just like I did Zend Download and copied the contents of the folder library
(framework) into the library
of my project, but it presents error 404! Someone knows what I may be trying to do to remedy the problem?
Below follows the log:
[Wed Apr 15 17:39:59.956167 2015] [:error] [pid 7336] [client
177.157.34.20:13725] script '/opt/lampp/htdocs/trustbox/index.php' not found or unable to stat cat: /opt/lampp/var/mysql/ip-172-30-0-15.pid: Permission denied cat: /opt/lampp/var/mysql/ip-172-30-0-15.pid: Permission denied
Do you know if it’s Zend 1 or Zend 2?
– Édipo Costa Rebouças
Hi Oedipus. Unfortunately I can’t inform you right now. But probably 2
– João Manolo
This application is Zend 1
– Édipo Costa Rebouças
you did that scheme of putting the public as "html" ?
– Édipo Costa Rebouças