Skip to content

Habitat Group Demo site - A Developer Example of a Habitat Based Demo

Notifications You must be signed in to change notification settings

Sitecore/Sitecore.Demo.Group

Repository files navigation

Sitecore.Demo.Group

Habitat Group Demo site - A Developer Example of a Habitat Based Demo

To install, set up a website running:

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

Setup

To set up the Habitat Group website locally:

  1. Install Habitat following the guidance in that solution
  2. Add the hostname group.dev.local to the Habitat site's bindings in IIS, and in your local hosts file
  3. 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)
  4. Open a command line as admin:
    1. Navigate to the root of the sitecore.demo.group solution (default c:/projects/sitecore.demo.group)
    2. Run npm install to install gulp and the required node modules in the folder
    3. Run gulp to build, publish and sync the Habitat Group website onto the Sitecore installation
  5. Visit http://group.dev.local in your browser to view the Habitat group website
  6. A rebuild of the Sitecore master search index might be needed. Please refer to the Sitecore documentation.