Skip to content

immunoplex/signup

Repository files navigation

Immunoodle Signup

Local development is as below if you need to troubleshoot or upgrade dex. This application is meant to be run in a container as part of the Immunoodle application stack.

Setup Environment

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run App Locally

source venv/bin/activate
python main.py

gRPC Python Setup

# Download api.proto for a given version.
DEX_VERSION=v2.41.1
wget https://raw.githubusercontent.com/dexidp/dex/${DEX_VERSION}/api/v2/api.proto
mv api.proto dex.proto

# Generate the client bindings.
pip install grpcio-tools
python -m grpc_tools.protoc  -I. --python_out=. --pyi_out=. --grpc_python_out=. dex.proto

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors