Use standard nomenclature for Beckn-ONIX
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# ONIX Setup Script
|
||||
# Beckn-ONIX Setup Script
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -8,84 +8,84 @@ This shell script, `start_beckn_v2.sh`, automates the setup of Beckn components,
|
||||
|
||||
1. **Clone the Repository:**
|
||||
|
||||
```bash
|
||||
git clone -b main https://github.com/beckn/onix.git
|
||||
```
|
||||
```bash
|
||||
git clone -b main https://github.com/beckn/onix.git
|
||||
```
|
||||
|
||||
2. **Navigate to the Script Directory:**
|
||||
|
||||
```bash
|
||||
cd onix/install
|
||||
```
|
||||
```bash
|
||||
cd onix/install
|
||||
```
|
||||
|
||||
3. **Run the Setup Script:**
|
||||
|
||||
```bash
|
||||
./start_beckn_v2.sh
|
||||
```
|
||||
```bash
|
||||
./start_beckn_v2.sh
|
||||
```
|
||||
|
||||
The script will guide you through the installation.
|
||||
The script will guide you through the installation.
|
||||
|
||||
## Installation Sequence - Design
|
||||
|
||||
1. **Install Required Packages:**
|
||||
It will install Docker, Docker-Compose, and jq packages which are required for this setup.
|
||||
|
||||
```bash
|
||||
./package_manager.sh
|
||||
```
|
||||
```bash
|
||||
./package_manager.sh
|
||||
```
|
||||
|
||||
2. **Install Registry Service:**
|
||||
|
||||
```bash
|
||||
./start_container registry
|
||||
```
|
||||
```bash
|
||||
./start_container registry
|
||||
```
|
||||
|
||||
3. **Install Gateway Service:**
|
||||
|
||||
```bash
|
||||
./update_gateway_details.sh registry
|
||||
./start_container gateway
|
||||
./register_gateway.sh
|
||||
```
|
||||
```bash
|
||||
./update_gateway_details.sh registry
|
||||
./start_container gateway
|
||||
./register_gateway.sh
|
||||
```
|
||||
|
||||
4. **Start Supporting Services:**
|
||||
|
||||
- MongoDB
|
||||
- RabbitMQ
|
||||
- Redis
|
||||
- MongoDB
|
||||
- RabbitMQ
|
||||
- Redis
|
||||
|
||||
```bash
|
||||
./start_support_services
|
||||
```
|
||||
```bash
|
||||
./start_support_services
|
||||
```
|
||||
|
||||
5. **Install Protocol Server for BAP:**
|
||||
|
||||
```bash
|
||||
./update_bap_config.sh
|
||||
./start_container "bap-client"
|
||||
./start_container "bap-network"
|
||||
```
|
||||
```bash
|
||||
./update_bap_config.sh
|
||||
./start_container "bap-client"
|
||||
./start_container "bap-network"
|
||||
```
|
||||
|
||||
6. **Install Sandbox:**
|
||||
|
||||
```bash
|
||||
./start_container "sandbox-api"
|
||||
```
|
||||
```bash
|
||||
./start_container "sandbox-api"
|
||||
```
|
||||
|
||||
7. **Install Webhook:**
|
||||
|
||||
```bash
|
||||
./start_container "sandbox-webhook"
|
||||
```
|
||||
```bash
|
||||
./start_container "sandbox-webhook"
|
||||
```
|
||||
|
||||
8. **Install Protocol Server for BPP:**
|
||||
|
||||
```bash
|
||||
./update_bpp_config.sh
|
||||
./start_container "bpp-client"
|
||||
./start_container "bpp-network"
|
||||
```
|
||||
```bash
|
||||
./update_bpp_config.sh
|
||||
./start_container "bpp-client"
|
||||
./start_container "bpp-network"
|
||||
```
|
||||
|
||||
## Post-Installation Details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user