Time for action—Deploying from another computer
If you have been working on your localhost or an alternative server, you will need to upload these theme files to your new host. There aren't many differences in copying from within the same host.
Go to your server's file administration (or cPanel).
zip
your theme directories from your localhost installation (or another host), for example, compress/yourshop1/themes/theme1
into a file calledtheme1.zip
, which contains the theme files fortheme1
.Upload the compressed archive to your server at
/yourshop2/themes/
.Extract the
zip
file, and you should have a new theme installed. You should see the/yourshop2/themes/theme1/
folder in this directory.zip
yourmodules
directory in your localhost and upload this entire directory to/themes/ theme1/modules/
or create a new module directory within thetheme1
folder. Extract it so you will have the/themes/modules
directory.The rest of the steps would be the same as the previous one.