Habitat Group Demo site - A Developer Example of a Habitat Based Demo
To install, set up a website running:
- Habitat 1.7 (For more information about the Habitat project, please check out the Habitat Wiki). Ensure you are using the same tools and resources as are required by Habitat.
The code and scenarios in this repository is maintained by Sitecore, but is provided "as is" and is unsupported. Please do not submit support tickets regarding Habitat or this repository.
For more information:
If you are a partner or customer, please contact your local Sitecore sales or partner representative. For internal Sitecore support, please check the demo pages on HUB
To set up the Habitat Group website locally:
- Install Habitat following the guidance in that solution
- Add the hostname group.dev.local to the Habitat site's bindings in IIS, and in your local hosts file
- Clone the Habitat Group Website repository from GitHub into c:/projects/sitecore.demo.group (for example, run
git clone https://github.com/Sitecore/Sitecore.Demo.Group.git
from the C:/projects folder) - Open a command line as admin:
- Navigate to the root of the sitecore.demo.group solution (default c:/projects/sitecore.demo.group)
- Run
npm install
to install gulp and the required node modules in the folder - Run
gulp
to build, publish and sync the Habitat Group website onto the Sitecore installation
- Visit http://group.dev.local in your browser to view the Habitat group website
- A rebuild of the Sitecore master search index might be needed. Please refer to the Sitecore documentation.