Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.02 KB

README

Description

This is a simple Node.js script that helps you to generate your hcce.yaml file and also provision/renew the SSL certificates. Follow the instructions below to run the script.

Prerequisites

  • Node.js installed on your system. You can download it from here.

Installation

  1. Clone the repository:
    git clone https://github.com/hubs-foundation/hubs-cloud#branch TODO
  2. Navigate to the project directory:
    cd <hubs-cloud>
  3. Install dependencies:
    npm install

Config

Put all your config inside of input-values.yaml file

Running the Script

To execute the script with a chooser, use the following command:

npm start

For generating hcce.yaml file based on your values provided in input-values.yaml, run

 npm run gen-hcce

For provisioning the SSL certificates run Note: you need to have kubectl installed for this step

npm run gen-ssl

License

This project is licensed under the MIT License.