Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.15 KB

File metadata and controls

46 lines (35 loc) · 2.15 KB

Booker Infra Repository

Table of Contents

Required

Pre-installation

Linux/Ubuntu:

MacOs:

Installation

  • Auth with your cloud environment using the Gcloud command: gcloud auth application-default login
  • Make sure to upload all the secrets needed and apply them to your kubernetes cluster with this command kubectl create secret generic jwt-secret --from-literal=JWT_TOKEN=somerandomsecretyouneedtoinvent
  • Fetch submodules with npm run update
  • Launch with npm run initiate
  • You can check the installation with kubectl get pods.
  • Front will not have certificate, you can bypass chrome security with thisisunsafe: https://miguelpiedrafita.com/chrome-thisisunsafe or with Firefox: https://timleland.com/firefox-allow-self-signed-certificate/