See how to pack SOTESHOP 8 store.
See how to unpack SOTESHOP 8 store.
core/ directory) - just unpack in the domain directorycore/ directory) - the domain/subdomain should be redirected to the store directory path_to_shop/soteshop/webcore/ directory, verify if the web/ directory is a symbolic link (if you have a store without the core/ directory, go to point 6.)
                core/ directory  
                        web directory is a symbolic link
                 
                Opening this directory should take the user back to the directory above, which contains the core/ folder and the files index.php, backend.php and update.php
web directory is not a symbolic link, it must be created. See how Create a symbolic link web/soteshop/cache directory (in the case of a standard installation package - delete the entire content of the /soteshop/core/cache directory),https://shop-address.com/update.php/ 
                     
                 
                     
                    https://shop-address.com/update.php/expert-tools/task (old version: https://shop-address.com/update.php/installerweb/task)
                You will call the command line from the update panel.
Enter in the field:cc and press ENTER,
                         
                        In order to clear the store's cache.
/soteshop directory, create a file pack.php and fill it with the code:
        
<?php
   system("/bin/tar -zcf nazwa_pliku.tar.gz soteshop/");
?>
        /soteshop directory and the pack.php file are located,https://shop-address.com/pack.php
        The packing script will be launched.
tar -zcf nazwa_pliku.tar.gz soteshop/
        If you cannot perform the operation from the above points, contact the server administrator for help in packing the store.
unpack.php and fill it with the code:
        
<?php
   system("/bin/tar -zxvpf ./nazwa_pliku.tar.gz");
?>
        unpack.php file are located,https://shop-address.com/unpack.php
    The unpacking script will be launched.
tar -zxvpf file_name.tar.gz
        The store must be unpacked with the user's permissions.
If you cannot perform the operations from the above points, contact the server administrator for help in unpacking the store. You must inform the administrator that:
The store must be unpacked with the user's permissions (the administrator should not unpack the store from the root level).
There are 3 ways to create a symbolic link web:
core directoryweb directory by entering the command rm -r webln -s ../ webcore directory and the index.php file are located) called create-symlink.php
                     
        
<?php
symlink('../', __DIR__.'/core/web');
?>
        
    
core/web/ directoryhttps://shop-address.com/create-symlink.php