Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Updated the environment path before running gulp #463

Open
wants to merge 1 commit into
base: feature/449/sitecore-9.1.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/01-Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ If your Solr environment is not currently running with HTTPS, you can create an
* Open an elevated privileges command prompt (started with **Run as administrator**)
* Run **`npm install`** in the root of repository.
1. If gulp has not been installed globally, you can do so by running **`npm install -g gulp`**
1. Set the path to your project in your `Habitat.Dev.config` file at `<sc.variable name="sourceFolder" value="C:\[Projects]\[Habitat]\src" />`
1. Build and publish the solution using either:
* Open an command prompt with elevated privileges and run **`gulp`** in the root of repository.
* Use Visual Studio:
Expand Down Expand Up @@ -153,4 +154,4 @@ Habitat demonstrates utilizing the Federated Authentication features of Sitecore

1. [Register a Facebook App](https://developers.facebook.com/docs/apps/register/) using a Facebook Developer Account.
2. Add the domain under which you are running Habitat to the *App Domains* setting of your Facebook App. By default this is `habitat.dev.local`.
3. Use the *App ID* and *App Secret* from your app settings to populate the `Sitecore.Feature.Accounts.Facebook.AppId` and `Sitecore.Feature.Accounts.Facebook.AppSecret` settings, by default found in `Feature\Accounts\code\App_Config\Include\Feature\Feature.Accounts.config`.
3. Use the *App ID* and *App Secret* from your app settings to populate the `Sitecore.Feature.Accounts.Facebook.AppId` and `Sitecore.Feature.Accounts.Facebook.AppSecret` settings, by default found in `Feature\Accounts\code\App_Config\Include\Feature\Feature.Accounts.config`.