mirror of https://github.com/abpframework/eventhub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 months ago | |
|---|---|---|
| .. | ||
| helm-chart | 9 months ago | |
| scripts | 5 years ago | |
| README.md | 4 years ago | |
README.md
Pre-requirements
- Docker Desktop with Kubernetes enabled
- Install NGINX ingress for k8s
- Install Helm for running helm charts
How to run?
- Add entries to the hosts file (in Windows:
C:\Windows\System32\drivers\etc\hosts, in MacOs:/etc/hosts):
127.0.0.1 eh-st-account
127.0.0.1 eh-st-www
127.0.0.1 eh-st-api
127.0.0.1 eh-st-admin
127.0.0.1 eh-st-admin-api
- Run
build-images.ps1in thescriptsdirectory. - Run
minikube-load-images.ps1in thescriptsdirectory(only forminikube). - Run
kubectl config set-context --current --namespace=eventhub - Run
deploy-staging.ps1in thehelm-chartdirectory. It is deployed with theeventhubnamespace. - You may wait ~30 seconds on first run for preparing the database.
- Browse https://eh-st-www and https://eh-st-admin
- Username:
admin, password:1q2w3E*.
How to stop?
- Run
helm uninstall eh-stcommand.