Can capistrano or fabric be used to setup a server from scratch?
- by Blankman
I'm hoping there is a light weight, command line utility that I could use to setup a server from scratch.
I like python's fabric or ruby's capistrano but from what I was reading they are more used for deployment purposes and not setting up apache, mysql, update patches etc.
I know there are other tools like puppet, but I don't want to setup a master/slave for servers etc., I was hoping there was a more light-weight tool for this.