I am looking for a set of bash scripts which can help me to automate the procedure of getting LAMP server up and running.

Typically what I am looking for is boot a VPS (say linode) with Ubuntu 10.04, upload the script with ssh and run it. The end product should be a properly configured LAMP server with virtual hosts.

Can somebody point me to a trusted source to obtain such a script?

Regards,

Pritam.

link|improve this question
what exactly do you want this script to do? – stew Dec 16 '11 at 13:21
feedback

1 Answer

Have a look at puppet. Its probably the most widely used solution for what you are trying to do. Its probably going to be much more complex to get started than what you are looking for, but unfortunately, since so many hosting deployments are unique, I think you are going to have trouble finding a magic bullet to your solution.

If you don't like the looks of puppet, there are other similar solutions, such as cfengine or chef.

link|improve this answer
Thanks for replying. Checked them out. All of them seem to full blown server management solutions. All I need is handy bash/perl script which I can modify on my own. I searched the net a lot, but Google has let me down on this one. – Pritam Barhate Dec 16 '11 at 12:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.