Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.54 KB

README.md

File metadata and controls

71 lines (47 loc) · 1.54 KB

Node-RED Logo

Status infrastructure installation repository

⚙ Running the server locally with Docker

Installation prerequisites

Before starting with the installation it is necessary to install or upgrade the following tools:

  • Docker: You can find the installation guide for your operating system here.

Caution

This installation includes a .env.deploy file that must be partially filled in by the user. In order to use the application correctly, you must enter this .env:

  • OpenAI API Key
  • OpenAI OrgID
  • Github Client Secret

Installation Guide for Windows

  1. Open Windows PowerShell.

  2. Clone the GitHub repository with the following command:

    git clone https://github.com/statuscompliance/infraestructure
  3. Find the infraestructure folder or execute:

    cd .\infraestructure\
  4. Navigate to the Windows directory:

    cd .\Windows\
  5. Run the setup script:

    .\setup.ps1

Installation Guide for MacOS/Linux

  1. Open a terminal.

  2. Clone the GitHub repository by running the following command:

    git clone https://github.com/statuscompliance/infraestructure
  3. Change to the newly cloned directory:

    cd infraestructure
  4. Run the setup script:

    ./setup.sh