Skip to content

shakesoft/Pablo.MicroAppStudio01

 
 

Repository files navigation

MicroAppStudio01

This is a startup template to create microservice based solutions

Before Running the Solution

Generate Signing-Certificate for AuthServer

Navigate to /apps/auth-server/Pablo.MicroAppStudio01.AuthServer folder and run:

dotnet dev-certs https -v -ep ./authserver.pfx -p b5178901-a5df-43e1-b812-de05eba15fab

to generate pfx file for signing tokens by AuthServer.

This should be done by every developer.

Install Client-Side Libraries

Run the following command in this folder:

abp install-libs

Running on a Kubernetes Cluster Environment

To run the application(s) on your Kubernetes cluster environment, follow these steps:

  • Navigate to the /etc/helm directory within your terminal or command prompt.
  • Execute the create-tls-secrets.ps1 PowerShell command.
  • Open the Kubernetes menu in ABP Studio, then within the Helm tab:
    • Build Docker Images: In the Charts tree context menu, click on the Build Docker Image(s) option. This will start the process of building your Docker images.
    • Install Charts: After the Docker images have been built, you can install your Helm charts. To do this, go to Charts->Commands in the context menu and click on Install Chart(s).

Also, make sure to review the pre-requirements before proceeding.

This should be done by every developer.

Additional resources

You can see the following resources to learn more about your solution and the ABP Framework:

About

ejemplo microservicio abp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.4%
  • HTML 5.3%
  • PowerShell 1.4%
  • Dockerfile 0.4%
  • Smarty 0.3%
  • CSS 0.2%