From 4f6c5b66406c78e76d0db64eab96b328d6d0a833 Mon Sep 17 00:00:00 2001 From: larencozart Date: Sun, 20 Apr 2025 22:44:35 -0500 Subject: [PATCH 1/3] Update text, test _target link --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 49a4ced..cf16882 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm version](https://img.shields.io/npm/v/rabbitory_cli)](https://www.npmjs.com/package/rabbitory_cli) -Rabbitory command-line interface (CLI) streamlines the deployment of the Rabbitory Control Panel infrastructure on AWS. You can effortlessly integrate with your AWS environment and automatically provision the resources needed to manage your RabbitMQ instances on the Cloud. +Rabbitory command-line interface (CLI) streamlines the deployment of the Rabbitory Control Panel infrastructure on AWS. Effortlessly integrate with your AWS environment and automatically provision the resources needed to manage your RabbitMQ instances on the Cloud. ## 🛠 Features @@ -36,15 +36,15 @@ If any step of the deployment process fails, Rabbitory CLI will automatically ro Before installing Rabbitory, ensure that you have the following installed: -- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so [here](https://nodejs.org/). +- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so here. - **npm**: Node.js package manager, which comes bundled with Node.js. -- **AWS Command Line Interface (AWS CLI)**: This is essential for authenticating with your AWS account. If you haven't installed it yet, follow the [AWS CLI Installation Guide](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html). After installing AWS CLI, please proceed to configure your AWS. +- **AWS Command Line Interface (AWS CLI)**: This is essential for authenticating with your AWS account. If you haven't installed it yet, follow the [AWS CLI Installation Guide](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html). Ensure the AWS user you are authenticated with has the AdministratorAccess policy permission. After installing AWS CLI, please proceed to configure your AWS. ### Installing Rabbitory CLI -Once your AWS credentials are set up, you can install the Rabbitory CLI by running the following command: +Once your AWS credentials are set up, install the Rabbitory CLI by running the following command: ``` npm install rabbitory_cli -g @@ -64,15 +64,15 @@ rabbitory deploy After entering this command, you'll be prompted to enter your preferred AWS global region, then your preferred AWS region code. +Your preferred region to deploy Rabbitory can be different from your AWS user authenticated region. Just ensure your authenticated user has access to your preferred deployment region. +

select-region-code

Now that a region has been selected, you'll be prompted to choose between deploying to the default public IP address provided by AWS or providing your own custom domain. See next section for more information on custom domain setup. -Upon deployment, Rabbitory spins up all the necessary AWS infrastructure for you to self-host your personal Rabbitory Control Panel, where you can create, configure, and manage your RabbitMQ instances. Once Rabbitory has been successfully deployed, you'll receive a link to your Control Panel. - -See the [Rabbitory Control Panel github repository ](https://github.com/Rabbitory/rabbitory_control_panel) for more information. +Upon deployment, Rabbitory spins up all the necessary AWS infrastructure for you to self-host your personal Rabbitory Control Panel, where you can create, configure, and manage your RabbitMQ instances. Once Rabbitory has been successfully deployed, you'll receive a link to your Control Panel. See [Rabbitory Control Panel](https://github.com/Rabbitory/rabbitory_control_panel) for more information.

deploy-success @@ -96,7 +96,7 @@ Your Rabbitory Control Panel will then be accessible via HTTPS at both your apex ### Tearing down Rabbitory -If you need to teardown your Rabbitory Control Panel and all of its associated RabbitMQ instances, you can run the following command: +If you need to teardown your Rabbitory Control Panel and all of its associated RabbitMQ instances, run the following command: ``` rabbitory destroy From eea7b7582728d29cef2b4b6c782c3f72f59b7405 Mon Sep 17 00:00:00 2001 From: larencozart Date: Sun, 20 Apr 2025 22:47:50 -0500 Subject: [PATCH 2/3] Test target_blank syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf16882..f80794d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If any step of the deployment process fails, Rabbitory CLI will automatically ro Before installing Rabbitory, ensure that you have the following installed: -- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so here. +- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so [here](https://nodejs.org/){:target="\_blank"}. - **npm**: Node.js package manager, which comes bundled with Node.js. From 3af00d30d28dcfcf98f1a6b8921043820c3eb309 Mon Sep 17 00:00:00 2001 From: larencozart Date: Sun, 20 Apr 2025 22:50:19 -0500 Subject: [PATCH 3/3] Reset link without target_blank syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f80794d..1eaca85 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If any step of the deployment process fails, Rabbitory CLI will automatically ro Before installing Rabbitory, ensure that you have the following installed: -- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so [here](https://nodejs.org/){:target="\_blank"}. +- **Node.js**: Version 18 or higher. If you need to install Node.js, you can do so [here](https://nodejs.org/). - **npm**: Node.js package manager, which comes bundled with Node.js.