Skip to content

tabright26/edoxa

Repository files navigation

Getting Started

  1. Installation process
    1. Download Git.
    2. Download Visual Studio 2017.
    3. Download Docker Desktop for Windows.
    4. Open Git Bash in a folder and type git clone https://edoxa.visualstudio.com/eDoxa/_git/eDoxa.
    5. Click the eDoxa.sln file located at the root of the repository to launch Visual Studio.
    6. Edit the .env file and copy the IPv4 address of the Ethernet adapter of your local computer into the IP_DOCKER_EXTERNAL variable (this step is necessary for IdentityServer4 to work in a Docker environment).
    7. Right-click the docker-compose file and navigate to Properties -> General -> Service URL, and edit the URL with the IP_DOCKER_EXTERNAL value you just provided in the .env file.
    8. Finally, click F5 to run the solution.
  2. Software dependencies
  3. API references

Builds

Build Status

Docker

Service Host Port
idsrv {localurl} 5000
identity-api {localurl} 5001
cashier-api {localurl} 5002
challenge.api {localurl} 5003
web-spa localhost 5300
web-status {localurl} 5500

Identity Server

Discovery document: {localurl}:5000/.well-known/openid-configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published