Sunday, January 3, 2016

scripting - LAMP stack installation script for quick uptime

I am shopping for a server, and the price difference between managed and unmanaged is huge, like 80%. The difference in the product seems to be that the managed server has all the core"service installed (LAMP stack, etc) and a control panel (cpanel, WHM, etc). And the provider supports the server.
I'd like to find a disk image file or script I can run on a blank server that will install all the core services and configure them to the server specs with minimal effort on my part. I know I can install PHP, MySQL, Java one at a time - but I want them all.
I would love to hear your suggestions?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...