Openg2p Beneficiary Portal UI
Developer Installation for Openg2p Beneficiary Portal UI
Setup
git clone https://github.com/OpenG2P/openg2p-beneficiary-portal-ui.gitnpm installNEXT_PUBLIC_BASE_PATH="/selfservice"
NEXT_PUBLIC_BASE_API_PATH="/v1/selfservice"
NEXT_PUBLIC_LANGUAGES_SUPPORTED="en fr tl"# Install Nginx if not already installed
sudo apt-get update
sudo apt-get install nginx -y
# Create a new configuration file for Openg2p Portal server
sudo nano /etc/nginx/sites-available/selfservice.confLast updated
Was this helpful?

