-
Notifications
You must be signed in to change notification settings - Fork 8
Install
Alexandru Chiraples edited this page Aug 1, 2017
·
4 revisions
- create sso database
- branch from master
- open
Git Bash
and 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.json
asconnectionstrings.json
and 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:5000
in browser
- go to
\\auth-sso\src\GovItHub.Auth.Admin
- copy file
connectionstrings.Sample.json
asconnectionstrings.json
and 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:5002
in browser
- Quickstarts
- Configuration
- Documentation