-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create the SETUP.md and fix incorrect links
- Loading branch information
1 parent
a02a609
commit bf89843
Showing
8 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Setup for Running the project Locally with Docker | ||
|
||
This document outlines the steps to configure and run an the project using Docker in your local environment. | ||
|
||
## Prerequisites | ||
|
||
Make sure you have the following instaled on your system. | ||
|
||
- Docker Engine: [Installation Instructions](https://docs.docker.com/engine/install/ubuntu/) | ||
- Docker Compose: [Installation Instructions](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04) | ||
|
||
## Configuration Steps | ||
|
||
### 1. Clone the repository | ||
|
||
```bash | ||
git clone https://github.com/your_username/your_project.git | ||
``` | ||
|
||
### 2. Navigate to the Project Directory | ||
|
||
|
||
```bash | ||
cd your_project | ||
``` | ||
|
||
### 3. Build and Run the Containers | ||
|
||
```bash | ||
docker-compose up --build | ||
``` | ||
|
||
This will build the necessary images and run the containers according to the configuration in `docker-compose.yml`. | ||
|
||
### 4. Access Your Application | ||
|
||
Open a web browser and visit `http://localhost:3000` (or the port you specified) to access your application. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters