Installation
This guide will walk you through the necessary steps to get ygo-card-image-hosting
set up on your local machine.
Prerequisites
Section titled “Prerequisites”- AWS Account: You will need an active Amazon Web Services (AWS) account. If you don’t have one, you can sign up on the AWS website.
- Terraform: The project uses Terraform to provision your AWS infrastructure. Follow the official Terraform installation guide for your operating system.
- Docker: You will need either Docker Desktop (for Windows or macOS) or Docker Engine (for Linux).
- Docker Compose: This is typically installed alongside Docker Desktop or can be installed separately for Docker Engine (installation guide).
- Git: For cloning the bot’s repository (installation guide).
Cloning the Repository
Section titled “Cloning the Repository”Once you have the prerequisites installed, you can clone the ygo-card-image-hosting
repository from GitHub.
-
Open your terminal or command prompt.
-
Navigate to the directory where you want to store the project files.
-
Run the following command:
Terminal window git clone https://github.com/nedhmn/ygo-card-image-hosting.git -
Navigate into the cloned directory:
Terminal window cd ygo-card-image-hosting
You have now successfully installed the prerequisites and obtained the project files. The next step is to configure the project with your AWS details and other settings.