fix for issue 506

This commit is contained in:
Mayuresh Nirhali
2025-09-02 18:04:48 +05:30
committed by XO Mayuresh
parent 1f64cbe0ff
commit 4b1afb11de

View File

@@ -68,7 +68,8 @@ For a complete Beckn network setup with all services, use our automated setup:
git clone https://github.com/beckn/beckn-onix.git git clone https://github.com/beckn/beckn-onix.git
cd beckn-onix cd beckn-onix
# Run the complete setup (includes all services) # Run the setup (includes only adapter services)
cd install
chmod +x setup.sh chmod +x setup.sh
./setup.sh ./setup.sh
@@ -77,17 +78,12 @@ source .env.vault && ./server --config=config/local-dev.yaml
``` ```
This will automatically: This will automatically:
- Start all Beckn network services (Registry, Gateway, BAP, BPP) - Run & Configure Redis and Vault
- Configure Redis and Vault
- Build all plugins - Build all plugins
- Set up authentication - Set up authentication
- Create environment variables - Create environment variables
**Services Started:** **Services Started:**
- Registry: http://localhost:3000
- Gateway: http://localhost:4000
- BAP Client: http://localhost:5001
- BPP Client: http://localhost:6001
- Vault: http://localhost:8200 - Vault: http://localhost:8200
- Redis: localhost:6379 - Redis: localhost:6379
- Beckn-ONIX: http://localhost:8081 - Beckn-ONIX: http://localhost:8081
@@ -132,6 +128,7 @@ The application uses a plugin architecture. Build all plugins:
```bash ```bash
# Make the build script executable # Make the build script executable
cd install
chmod +x build-plugins.sh chmod +x build-plugins.sh
# Build all plugins # Build all plugins