Difference between revisions of "Installing Magento Extensions : Pre-install Checklist"

From Moogento How-to Guides
Jump to navigation Jump to search
(Created page with "We spend a lot of time testing our extensions on fresh installs of Magento. However, there are a lot of different ways to setup, customize, and add-on to Magento - please foll...")
 
m
Line 1: Line 1:
We spend a lot of time testing our extensions on fresh installs of Magento. However, there are a lot of different ways to setup, customize, and add-on to Magento - please follow this checklist before starting your install, to safeguard your site. You should do this before *every* extension install (not just ours!).
+
We spend a lot of time testing our extensions on fresh installs of Magento. However, there are a lot of different ways to setup, customize, and add-on to Magento, which can cause new issues - please follow this checklist before starting your install, to safeguard your site.  
 +
* You should do this before *every* extension install (not just ours!).
  
1) Backup your database
+
# Backup your database
- eg. using phpMyAdmin or the command line, make a copy of your database
+
#* eg. using phpMyAdmin or the command line, make a copy of your database
  
2) Backup your /app folder
+
# Backup your /app folder
- this is the fastest way to fully revert if you need to
+
#* this is the fastest way to fully revert if you need to
- easiest to put it next to your current /app folder (e.g. 'app_bkp'), that way you only need to rename the two folders to revert
+
#* easiest to put it next to your current /app folder (e.g. 'app_bkp'), that way you only need to rename the two folders to revert
  
3) If you have compilation enabled for your site, disable it
+
# If you have compilation enabled for your site, disable it
- if you're not sure if you have this turned on, check System > Tools > Compilation
+
#* if you're not sure if you have this turned on, check System > Tools > Compilation
  
 
[[Category:General Setup]]
 
[[Category:General Setup]]

Revision as of 11:28, 14 April 2014

We spend a lot of time testing our extensions on fresh installs of Magento. However, there are a lot of different ways to setup, customize, and add-on to Magento, which can cause new issues - please follow this checklist before starting your install, to safeguard your site.

  • You should do this before *every* extension install (not just ours!).
  1. Backup your database
    • eg. using phpMyAdmin or the command line, make a copy of your database
  1. Backup your /app folder
    • this is the fastest way to fully revert if you need to
    • easiest to put it next to your current /app folder (e.g. 'app_bkp'), that way you only need to rename the two folders to revert
  1. If you have compilation enabled for your site, disable it
    • if you're not sure if you have this turned on, check System > Tools > Compilation