/
Jugalbandi setup

Jugalbandi setup

Code repos:

 

Main repo: https://github.com/OpenNyAI/jugalbandi-api

Forked repos :

Docker setup:

  • Clone one of the forked repo , Ex:

    git clone https://github.com/vaibhavbhuva/jugalbandi-api
  • Update Dockerfile for these ENV vars with your details

    GOOGLE_APPLICATION_CREDENTIALS=YOUR_GCP_CREDENTIALS_JSON_FILE \ #should be in the current directory BUCKET_NAME=YOUR_GCP_BUCKETNAME \ DATABASE_NAME=YOUR_JUGALBANDI_DB_NAME \ DATABASE_USERNAME=YOUR_POSTGRES_DB_USERNAME \ DATABASE_PASSWORD=YOUR_POSTGRES_DB_PASSWORD \ DATABASE_IP=YOUR_POSTGRES_HOST \ DATABASE_PORT=YOUR_POSTGRES_PORT \ OPENAI_API_KEY=YOUR_OPEN_API_KEY
  • Docker build and run ex:

    sudo docker build -t jugalbandi-sc . # change image name according to the project sudo docker run -d -p 9000:8000 --name jugalbandi-sc jugalbandi-sc # update port binding as per the requirement
  • Update the security group in Azure to open-up the desired port.

Related content

Core
Core
More like this
Core Services
Core Services
More like this
Manage Learn - Add New CSP Storage - Implementation Changes & Testing
Manage Learn - Add New CSP Storage - Implementation Changes & Testing
More like this
Sunbird Portal :: CSP implementation
Sunbird Portal :: CSP implementation
More like this
Test Release Installation of Sunbird
Test Release Installation of Sunbird
More like this
How to create a dashboard in grafana
How to create a dashboard in grafana
More like this