Skip to content

OpenParkProject/OPP-IaC

Repository files navigation

Open Park Project IaC

This repository contains everything needed to deploy the Open Park Project infrastructure.

Quick Start

Copy the .env.example file to .env and config your OpenPark instance. Use the gen_keys.sh script to generate the RSA keys for the OPP-auth service. It will automatically generate the keys and add them to the .env file.

You can then use the docker-compose.yml file to run the application locally:

docker compose up -d

Lastly, since the application does hostname verification, you need to execute the following command to add the hostname to your /etc/hosts file:

echo "127.0.0.1 openpark.com" | sudo tee -a /etc/hosts

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages