go get github.com/itsyouonline/identityserver
identityserver
To see the available options (like changing the default mongo connectionstring), execute identityserver -h
.
Browse to http://localhost:8080
You can run via Docker-compose. You will get a running identityserver
with its own Mongo docker instance.
docker-compose up
then browse to http://localhost:8080
When you want to contribute to the development, follow the contribution guidelines.