Job Manager
Prerequisites
Building and Running Locally
git clone https://github.com/yourusername/Job-Manager-Adapter.git
cd Job-Manager-Adapter/bpp/backendDB_SERVER=<mongo-db-server-address>
DB_USER=<mongo-db-username>
DB_PASSWORD=<mongo-db-password>
BPP_ID=<bpp-id>
BPP_URI=<bpp-uri>export $(cat .env | xargs) && go run main.goDeploying Using Docker
Last updated
Was this helpful?