Check out how to pack SOTESHOP 7.
Check out how to unpack SOTESHOP 7.
/core
) - just unpack in domain's folder/core
) - redirect a domain / subdomain to shop's folder path_to_shop/soteshop/web
/soteshop/cache
(if standard version package was used - delete a content of folder /soteshop/core/cache
),http://www.shop.example.com/update.php
http://www.shop.example.com/update.php/installerweb/task
Command line in shop's update panel will appear.
cc
and press ENTER
,fcc
and press ENTER
,in order to clear a shop's cache.
pack.php
in location /soteshop
and fill with code:
<?php
system("/bin/tar -zcf filename.tar.gz soteshop/");
?>
/soteshop
and file pack.php
are located,http://www.shop.example.com/pack.php
Packing srcipt will start processing.
tar -zcf filename.tar.gz soteshop/
If you can't execute above-mentioned operations, contact your server's administrator and ask for his help with packing a shop.
unpack.php
in location of your packed shop and fill it with code:
<?php
system("/bin/tar -zxvpf ./filename.tar.gz");
?>
unpack.php
file are located,http://www.shop.example.com/unpack.php
Unpacking srcipt will start processing.
tar -zxvpf filename.tar.gz
Shop has to be unpacked with user's authorizations.
If you can't execute above-mentioned operations, contact your server's administrator and ask for his help with unpacking a shop. You have to mention that:
Shop has to be unpacked with user's authorizations (administrator can't unpack your shop as root).