diff --git a/docs/01-Getting-Started.md b/docs/01-Getting-Started.md index e024878b98..6c1c36cd21 100644 --- a/docs/01-Getting-Started.md +++ b/docs/01-Getting-Started.md @@ -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 `` 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: @@ -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`. \ No newline at end of file +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`.