From ded847f93b33dc9974f46e3039b04019669dfb54 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 27 Apr 2017 11:29:47 -0700 Subject: [PATCH] Adding content --- ...set-up-enterprise-mode-site-list-portal.md | 23 ++++++++++++++++--- .../what-is-enterprise-mode.md | 2 +- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md index 4cf5ccee2e..d9e1d1b579 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-site-list-portal.md @@ -21,9 +21,9 @@ ms.sitesec: library The [Enterprise Mode Site List Portal](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) is an open-source web tool on GitHub that allows you to manage your Enterprise Mode Site List, hosted by the app, with multiple users. The portal is designed to use IIS and a SQL Server backend, leveraging Active Directory (AD) for employee management. Updates to your site list are made by submitting new change requests, which are then approved by a designated group of people, put into a pre-production environment for testing, and then deployed immediately, or scheduled for deployment later. -Before you can start to use the Enterprise Mode Site List Portal, you must complete these steps: +Before you can begin using the Enterprise Mode Site List Portal, you must complete these steps: -1. Download the Enterprise Mode Site List Portal source code to your web server (#download-the-enterprise-mode-site-list-portal-source-code-to-your-web-server). +1. Download the Enterprise Mode Site List Portal source code(#download-the-enterprise-mode-site-list-portal-source-code). 2. Create the Application Pool and portal website, by using Internet Information Service (IIS). @@ -39,7 +39,24 @@ Before you can start to use the Enterprise Mode Site List Portal, you must compl 8. Register the scheduler service. -## Download the Enterprise Mode Site List Portal source code to your web server +## Download the Enterprise Mode Site List Portal source code +You must download the deployment folder from the Enterprise Mode Site List Portal source code to your web server. + +1. Download the deployment folder from the [Enterprise Mode Site List Portal](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) source code to your web server. + +2. Install the Node.jsĀ® package manager, [npm](https://www.npmjs.com/). + +3. Open File Explorer and then open the **EMIEWebPortal/** folder. + +4. Press and hold Shift, right-click the window, then click Open command window here. + +5. Type _npm i_ into the command prompt, then press Enter. + +6. Go back up a directory, and open the solution file EMIEWebPortal.sln in Visual Studio and build the entire solution. + +7. Copy the contents of the **EMIEWebPortal/** folder to the deployment directory of your portal website. + + ## Create the Application Pool and portal website, by using IIS The first thing you need to do is create the Application Pool diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index f99d62df62..0a60568224 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -147,7 +147,7 @@ Because the tool is open-source, the source code is readily available for examin ## Related topics -- [Enterprise Mode Site List Portal](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) +- [Enterprise Mode Site List Portal source code](https://github.com/MicrosoftEdge/enterprise-mode-site-list-portal) - [Technical guidance, tools, and resources on Enterprise browsing](https://technet.microsoft.com/ie)