SXA Reference is an example Sitecore project build on top of Sitecore Experience Accelerator.
The main goal of this reference project is to show SXA features and give guidelines on how to build/configure new sites.
Open command line and run following command
clone https://github.com/alan-null/XA.Reference.git
The next step is to create a new Sitecore instance and then install SXA package.
You can find an information about Sitecore and SXA version by looking at compatibility table for latest release.
.example
from the file name:
publishsettings.targets.example
,zzz.Sxa.Reference.config.example
publishsettings.targets
- set publishUrl. This is your site name (IIS site name),zzz.Sxa.Reference.config
- set value of Sitecore variable named sourceFolder. Variable should point to the src folder from XA.Reference repositoryExecute
.\publish.ps1
Alternative way:
You can build whole solution using Visual Studio and publish selected projects using WebPublish (hit Alt + B + H
and select publish).