From 9a87c8897f11d1ea9f3450aa5691d593587cc1d6 Mon Sep 17 00:00:00 2001 From: Venkatesh Babu Date: Mon, 6 May 2024 08:28:11 +0530 Subject: [PATCH 1/2] Fixes #68 Integrate GUI installer into Beckn-ONIX --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7bf1c54..8819ac2 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,19 @@ Beckn-ONIX is [FIDE](https://fide.org/) project aimed at easing setup and maintainance of a [Beckn](https://becknprotocol.io/) Network using reference implementations. Objectives include setting up reliable, configurable and fast Beckn network as a virtual appliance. This initiative is independent of the evolution of the Beckn protocol. This effort is also aimed at inviting contributions from the community to create secure, reliable builds for production environments. -Within the install folder you will find a `beckn-onix.sh` file which is an installer that helps create a multi-node Beckn network using reference implementations +## GUI Installer -Refer to the following documents for more information: +There is a community contributed browser based GUI installer to install multi-node reference implementation Beckn network. Refer to the [Installation Guide](./onix-gui/GUI/README.md) and [wizard guide](./onix-gui/README.md) for details. + +## CLI Installer + +For those familiar with CLI, there is a command line installer to install multi-node reference implementation Beckn network. Refer to the [User Guide](./docs/user_guide.md) and [Setup Walkthrough](./docs/setup_walkthrough.md) for details. + +## Additional documents -- [User Guide](./docs/user_guide.md) -- [Step by step walkthrough of a setup](./docs/setup_walkthrough.md) - [Frequently asked questions (FAQ)](./docs/faq.md) -- [release notes](./install/RELEASE.md) -- [GUI Installation Guide](./onix-gui/GUI/README.md) - -Experience the convenience and efficiency of Beckn-ONIX as you embark on your journey with Beckn protocols and open networks. **Note on mandatory Layer 2 Config (Important)** Please refer to this [note on mandatory layer 2 configuration](./docs/notes/mandatory_layer_2_config.md). + +Experience the convenience and efficiency of Beckn-ONIX as you embark on your journey with Beckn protocols and open networks. From 6cebf1de23188fce253a6ab898f0d2df87b3679f Mon Sep 17 00:00:00 2001 From: Venkatesh Babu Date: Mon, 6 May 2024 08:29:47 +0530 Subject: [PATCH 2/2] Fixes #68 Integrate GUI installer into Beckn-ONIX --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8819ac2..8bf757e 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ For those familiar with CLI, there is a command line installer to install multi- ## Additional documents - [Frequently asked questions (FAQ)](./docs/faq.md) - -**Note on mandatory Layer 2 Config (Important)** -Please refer to this [note on mandatory layer 2 configuration](./docs/notes/mandatory_layer_2_config.md). +- **Note on mandatory Layer 2 Config (Important)** + Please refer to this [note on mandatory layer 2 configuration](./docs/notes/mandatory_layer_2_config.md). Experience the convenience and efficiency of Beckn-ONIX as you embark on your journey with Beckn protocols and open networks.