Last updated
Was this helpful?
Last updated
Was this helpful?
Developers can set up and run the G2P Bridge on their local machines. This guide outlines the steps to install G2P Bridge on a Linux-based laptop or desktop.
Python3
Git
PostgreSQL
Redis
Celery
Log in to your Linux server using SSH and update the package list and upgrade the existing packages:
3. Install and configure PostgreSQL
G2P Bridge requires PostgreSQL as the database engine. Install PostgreSQL (if not already installed) and create a new database user for G2P Bridge.
4. Clone the G2P Bridge Repository
Clone the openg2p-g2p-bridge
repository to your local machine.
Installation of G2P Bridge on a developer machine