Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.33 KB

0-Installation.md

File metadata and controls

22 lines (14 loc) · 1.33 KB

Home

Requirements

For Kubernetes:

Before you do anything

  • Run pip install -r requirements.txt -r dev-requirements.txt before trying to build/configure anything.
  • Run export ENV=[NAME OF YOUR ENVIRONMENT]
  • Create an env file for your configuration with the following name ./env/${ENV} (see next step Environment Configuration)