How to install on an EC2 Instance?

I’ve been having trouble installing on an EC2 instance. I was curious if there was a tutorial or an easy solution to making it work.

Hi, did you install everything requred like web server and PHP with needed extensions?

Yes the website’s are up and running perfectly fine. Are there additional PHP extensions I should install via Git? My last attempt proved to have permission issues, and I accidentally gave 755 permissions to the whole server which instantly gave someone one access to install a root kit, and I have to rebuild the server.

Ok I got it working by using chmod -R 777 ./htdocs