Skip to content

Install

Alexandru Chiraples edited this page Aug 1, 2017 · 4 revisions

Database

  • create sso database

Git repository

  • branch from master
  • open Git Bash and update submodules with the following commands:
cd /path/to/repository
git submodule update --init --recursive

Docker images

General

  • go to \\auth-sso
  • open shell (command prompt) and restore all dotnet packages
dotnet restore

Identity server

  • go to \\auth-sso\src\GovItHub.Auth.Identity
  • copy file connectionstrings.Sample.json as connectionstrings.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

Admin panel

  • go to \\auth-sso\src\GovItHub.Auth.Admin
  • copy file connectionstrings.Sample.json as connectionstrings.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
  1. Quickstarts
  1. Configuration
  2. Documentation
Clone this wiki locally