Currently installation script use baseSite=electronics-spa param to set up the app as given. However it's a bit tricky to set up multisite app on the same machine (language/currency clash problem appears) so let's check can we utilize autoconfig feature (context not present in the URL) with the script.
Ideally, via installation script run.sh we should be able to setup both electronics and apparel in config.sh.
Further manual configuration shouldn't be necessary.
So, a very simple deployment scenario would be:
git clone spartacus
Navigate to spartacus/scripts/install/
Create a copy of config.sh file based on config.default.sh.
Add electronics and apparel base sites.
Execute script ./run.sh install
Execute script ./run.sh start.
Go to browser in client machine and access apparel and electronics stores.
Currently installation script use
baseSite=electronics-spa
param to set up the app as given. However it's a bit tricky to set up multisite app on the same machine (language/currency clash problem appears) so let's check can we utilize autoconfig feature (context not present in the URL) with the script.