Difference between revisions of "Security Checklist/Testing and Development"

From Joomla! Documentation

< Security Checklist
(add link to eclipse setup instructions)
Line 7: Line 7:
  
 
===Use an IDE===
 
===Use an IDE===
: Consider using an Integrated Development Environment (IDE).
+
: Consider using an Integrated Development Environment (IDE). One free IDE that many Joomla! developers use is [http://www.eclipse.org Eclipse]. See [[Setting_up_your_workstation_for_Joomla!_development | Setting up your workstation for Eclipse development]] for instructions on installing Eclipse.
  
 
===Use a versioning system===
 
===Use a versioning system===

Revision as of 12:29, 24 October 2008

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.