Quantcast
Channel: Magento – DevOps NY
Browsing all 4 articles
Browse latest View live

Magento Enterprise Edition – Content Staging and Merging

This is great:   http://www.youtube.com/watch?v=QSG-4gWSyac&feature=player_embedded​ Main site: http://www.magentocommerce.com/product/enterprise-edition

View Article


How to reset file permissions on Magento base directory

These commands will reset the file permissions on the base Magento installation to the correct permissions:   find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod o+w var...

View Article


How to Change the Order Increment ID and Prefix in Magento

A useful article:   http://www.warpconduit.net/2012/04/18/how-to-change-the-order-increment-id-and-prefix-in-magento/

View Article

A small Magento maintenance script.

This script will rebuild some of the indexes and tables within Magento. I find it useful if the GUI times out when performing cache management.

View Article
Browsing all 4 articles
Browse latest View live