Advice for good web server development setup.

Posted by John Berryman on Programmers See other posts from Programmers or by John Berryman
Published on 2010-12-28T17:13:19Z Indexed on 2010/12/28 17:59 UTC
Read the original article Hit count: 540

A month or so ago I created my first LAMP stack and implemented a simple web site that exercised each letter in that acronym. However my development setup was much less than ideal. I don't really have a local test server, but instead I was writing all of my CGI scripts in vim while ssh'ed into the remote machine as root. Now I intend to start more serious development.

Question: What is a good setup so that development goes as easily as possible?

I would like to understand what is available to me along the lines of an IDE, subversion (or alternatives), uploading and downloading content, and just best practices. I'm pretty new at all of this. Also, feel free to point me at good websites. There's plenty of websites, but only people who are already heavily developing web content are able to quickly determine if they are good websites.

© Programmers or respective owner

Related posts about web-development

Related posts about best-practices