Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set up environment for API key usage
- Added installer script to automate the setup process - Script checks for root/sudo access and operating system to install required packages - Prompts user for API key and adds it to the Docker Compose file - Clones Git repo and runs Docker Compose to start the setup [installer.sh] - Check if user has root/sudo access - Check user's operating system and install required packages - Clone Git repo and run Docker Compose - Prompt user for API key - Replace API key variable in Docker Compose file - Start Docker Compose
- Loading branch information