Skip to content

crossgate9/mage-ninja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

mage-ninja

Useful Magento Snippets Library

Installation

cd MAGEROOT;
git clone https://github.com/crossgate9/mage-ninja;
cd mage-ninja;

Tools list:

  • Database Export Shell Script:

    Path: ./backup/export_database.sh

    Usage:

      	./export_database.sh
      

    xmllint is preferrable to be installed.

      	// Debian or Ubuntu
      	sudo apt-get install libxml2-utils
      
  • CMS Content Diff/Import/Export Script:

    Path: ./tools/cms

    Usage: The "export" script will output the CMS Page and Static Block content as Pretty JSON format; The "import" script will import the JSON data into the database; The "diff" script is to diff two JSON files, which make it possible to version control the CMS content.

About

Useful Magento Snippets Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published