Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sitecore/Sitecore.Demo.Group
Habitat Group Demo site - A Developer Example of a Habitat Based Demo
https://github.com/Sitecore/Sitecore.Demo.Group
Last synced: 3 months ago
JSON representation
Habitat Group Demo site - A Developer Example of a Habitat Based Demo
- Host: GitHub
- URL: https://github.com/Sitecore/Sitecore.Demo.Group
- Owner: Sitecore
- Created: 2016-04-25T23:56:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T14:50:53.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T20:39:07.917Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 14.4 MB
- Stars: 16
- Watchers: 19
- Forks: 53
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Sitecore.Demo.Group - Habitat Group Demo site - a developer example of a Habitat Based Demo. (Demo)
README
# Sitecore.Demo.Group
Habitat Group Demo site - A Developer Example of a Habitat Based DemoTo install, set up a website running:
* [Habitat 1.7](https://github.com/sitecore/habitat) (For more information about the Habitat project, please check out the [Habitat Wiki](https://github.com/sitecore/habitat/wiki)). Ensure you are using the same [tools and resources](https://github.com/Sitecore/Habitat/blob/master/docs/02-Resources.md) 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## Setup
To set up the Habitat Group website locally:1. [Install Habitat](https://github.com/Sitecore/Habitat/wiki/01-Getting-Started) 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](https://doc.sitecore.com/developers/91/platform-administration-and-architecture/en/rebuild-search-indexes.html).