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
-
Open Windows PowerShell.
-
Clone the GitHub repository with the following command:
git clone https://github.com/statuscompliance/infraestructure
-
Find the
infraestructure
folder or execute:cd .\infraestructure\
-
Navigate to the
Windows
directory:cd .\Windows\
-
Run the setup script:
.\setup.ps1
-
Open a terminal.
-
Clone the GitHub repository by running the following command:
git clone https://github.com/statuscompliance/infraestructure
-
Change to the newly cloned directory:
cd infraestructure
-
Run the setup script:
./setup.sh