Problems in deploying PHP Web Application to Amazon Cloud [closed]
Want to improve this question? Update the que开发者_如何学JAVAstion so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this questionI have successfully created instance on Amazon EC2. I have used Amazon Linux AMI here, and then using putty also installed Apache and MySQL there, but I don't know how to install PHPMyAdmin there and how to deploy my web pages there.
Pretend your EC2 instance is a computer sitting next to you, to which you have internet/SSH access but can't plug in a keyboard. Treat it the same way. Thare are dozens of ways to get your websites onto it (FTP, SFTP, SCP, rsync, check out a repository from a source control system, wget an archive from the server...).
Unix is case sensitive while windows is not, so PHP in unix creates problems when some statemetns are not referring the case sensitive path.
精彩评论