This repository has been archived by the owner on Apr 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Installing Fabric.Identity in a Development environment
Michael Vidal edited this page Nov 13, 2017
·
6 revisions
The below instructions outline how you can quickly install Fabric.Identity on your local dev environment with Integrated Windows Authentication setup.
- IIS installed and configured
- VS 2017
- Clone this repo: git clone https://github.com/HealthCatalyst/Fabric.Identity.git
- Change directory to [Your Source Path]\Fabric.Identity\Fabric.Identity.API\scripts and run the following powershell script as administrator:
.\Install-Identity-Dev.ps1
- Navigate to http://localhost/identity you should see the fabric.identity landing screen
- In VS2017 choose Debug -> Attach To Process
- Ensure
Show processes from all users
is checked - find the
dotnet.exe
process running under theIIS APPPOOL\identity
user - Click
Attach
and accept the warning
The script will install the dotnet core Windows Server hosting components if they are not already installed. In addition, CouchDB will also be installed. If you have docker running, CouchDb will be installed via a docker container. If not, the script will download and launch the CouchDb windows install.