-
Couldn't load subscription status.
- Fork 8
Install
Alexandru Chiraples edited this page Aug 1, 2017
·
4 revisions
- create sso database
- branch from master
- open
Git Bashand update submodules with the following commands:
cd /path/to/repository
git submodule update --init --recursive
- Install steps redis (Distributed memory cache)
- Install steps mailcatcher (fake SMTP server)
- go to
\\auth-sso - open shell (command prompt) and restore all dotnet packages
dotnet restore
- go to
\\auth-sso\src\GovItHub.Auth.Identity - copy file
connectionstrings.Sample.jsonasconnectionstrings.jsonand update all keys - open shell (command prompt) and navigate to
\\auth-sso\src\GovITHub.Auth.Identity
npm install
bower install
dotnet run
- open
http://localhost:5000in browser
- go to
\\auth-sso\src\GovItHub.Auth.Admin - copy file
connectionstrings.Sample.jsonasconnectionstrings.jsonand update all keys - open shell (command prompt) and navigate to
\\auth-sso\src\GovITHub.Auth.Admin
npm install
bower install
dotnet run
- open
http://localhost:5002in browser
- Quickstarts
- Configuration
- Documentation