Security Checklist/Testing and Development

From Joomla! Documentation

< Security Checklist
Revision as of 12:29, 24 October 2008 by Dextercowley (talk | contribs) (add link to eclipse setup instructions)

Secure Testing and Development[edit]

Develop locally, deploy globally[edit]

Develop and test your site on a local machine first. Installing Joomla locally is not as hard as it may sound, and the exercise will greatly boost your confidence.

Use an IDE[edit]

Consider using an Integrated Development Environment (IDE). One free IDE that many Joomla! developers use is Eclipse. See Setting up your workstation for Eclipse development for instructions on installing Eclipse.

Use a versioning system[edit]

Be able to roll back to an earlier version of your site using a modern version control system, such as CVS, Subversion, or git.

More suggested tools[edit]

Check out the Joomla! community's list of popular Developer Software and Tools.

Go To Joomla Setup[edit]

When you're ready, continue on to Security Checklist 4 - Joomla Setup.