Find out how to install the SOTESHOP online store. Check what you need before the installation process and how the installation process itself will look step by step. Thanks to this instruction you will easily start your adventure with our store.
Remember that you can set up a free Demo of the full version of the program: https://www.soteshop.com/online-store-demo
It is not possible to install SOTESHOP software in a subdirectory of the domain, e.g.
https://example.com/shop
- the shop must have its own domain or subdomain, e.g.https://shop.example.com
/path/to/your/account/
and enter the command tar -zxvpf soteshop-admin-latest.tar.gz
The system will create the directory /path/to/your/account/soteshop/
unpack.php
and fill it with the code:
<?php
system("/bin/tar -zxvpf ./soteshop-admin-latest.tar.gz");
?>
Redirect the domain to the directory where the files unpack.php
and soteshop-admin-latest.tar.gz
are located and enter the address https://shop.example.com/unpack.php
in the browserhttps://shop.example.com
to the directory /path/to/your/account/soteshop/web/
and start the installation https://shop.example.com
Make sure that the database has the encoding utf8_unicode_ci.
Fill in the fields:
After filling in the data correctly, press the Next button to proceed to downloading the files.
To change the encoding, log in to the phpMyAdmin panel and then:
utf8_unicode_ci
,