Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1 KB

README.md

File metadata and controls

27 lines (24 loc) · 1 KB

Justuno module for Magento 1.

How to install or upgrade

Execute in the Magento root directory:

rm -f app/etc/modules/Justuno_Jumagext.xml ;
rm -rf app/code/community/Justuno ;
rm -rf app/design/adminhtml/default/default/template/justuno ;
rm -rf app/design/frontend/base/default/layout/justuno ;
rm -rf app/design/frontend/base/default/template/justuno  ;
rm -rf apps/justuno ;
ORG=justuno-com ;
REPO=m1 ;
FILE=$REPO.tar.gz ;
VERSION=$(curl -s https://api.github.com/repos/$ORG/$REPO/releases | grep tag_name | head -n 1 | cut -d '"' -f 4) ;
curl -L -o $FILE https://github.com/$ORG/$REPO/archive/$VERSION.tar.gz ;
tar xzvf $FILE ;
rm -f $FILE ;
cp -r $REPO-$VERSION/* . ;
rm -rf $REPO-$VERSION ;
rm -rf var/cache

Where to find my «Justuno Account Number»?