Issue 559 - feat: add Beckn One setup option and update documentation

This commit is contained in:
ameersohel45
2025-11-25 12:16:55 +05:30
parent 56c6f13614
commit 88e6ec279e
12 changed files with 509 additions and 12 deletions

View File

@@ -206,12 +206,18 @@ This automated script will:
- Start ONIX adapter in Docker
- Create environment configuration
**Note:** Extract schemas before running: `unzip schemas.zip` (required for schema validation) and before running the automated setup, build the adapter image if required ,update docker-compose-adapter.yaml to use the correct onix image
**Note:**
- **Schema Validation**: Extract schemas before running: `unzip schemas.zip` (required for `schemavalidator` plugin)
- **Alternative**: You can use `schemav2validator` plugin instead, which fetches schemas from a URL and doesn't require local schema extraction. See [CONFIG.md](CONFIG.md) for more configuration details.
- **Optional**: Before running the automated setup, build the adapter image and update `docker-compose-adapter.yaml` to use the correct image
```bash
# from the repository root
docker build -f Dockerfile.adapter-with-plugins -t beckn-onix:latest .
```
**For detailed setup instructions, see [SETUP.md](SETUP.md)**
**Services Started:**
- Redis: localhost:6379
- ONIX Adapter: http://localhost:8081