Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

okanasl/Ionic_IdentityServer4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ionic 4 and IdentityServer Starter

IdentityServer4, Ionic 4, Oidc

Pre-Generated with MicroBoiler

Getting started

# Clone the repository
git clone [email protected]:DooMachine/Ionic_IdentityServer4.git
cd Ionic_IdentityServer4

# Set your ASPNETCORE_ENVIRONMENT environment to Development
# Remove this git config
rm -rf .git 
# Start Your PostgreSql
Set your postgresql username and password in MicroStarter.Identity/src/Host/Startup.cs
# run migrations 
bash migrations.dev.sh (linux - mac)
bash update.dev.sh (linux - mac)
# start identity server with seed option to populate configuration
cd MicroStarter.Identity/src/Host
dotnet run /seed
# start ionic with cordova () 
cd ionic_4_cli
ionic cordova run browser -l