Skip to content

How to install portal backend

Clement Li edited this page Feb 10, 2022 · 1 revision

Installation

  • Step 1 Setting up the k8s environment, Google GKE or minikube or microk8s are ok for deployment.

  • Step 2 Setting up database and nft storage.

  • Step 3 Setting up ADDR, DSN, MAX_IDLE_CONNenvironment variables, you can check /k8s/configMap - template.yaml for reference.

  • Step 4 Using Dockerfile to build docker image and then upload it to DockerHub.

  • Step 5 Deploy the project by yaml on k8s. And have fun.

Clone this wiki locally