Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
complete installation guide docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Mar 13, 2024
1 parent 8f06178 commit a607764
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/INSTALLATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,34 @@
| :------------------------------: |
| _Image 1: Open Docker Desktop_ |

## II. Install from source
- Step 2: Open your terminal

| ![Terminal](../imgs/2.png) |
| :---------------------------: |
| _Image 2: Open your terminal_ |

- Step 3: Download `docker-compose.yml` via `curl`

```bash
curl -O https://raw.githubusercontent.com/hardingadonis/saledock/main/docker-compose.yml
```

| ![Download docker compose file](../imgs/3.png) |
| :-------------------------------------------------: |
| _Image 3: Download `docker-compose.yml` via `curl`_ |

- Step 4: Run `docker-compose up -d` and wait for the installation to complete

```bash
docker-compose up -d
```

| ![Run docker compose](../imgs/4.png) |
| :-----------------------------------: |
| _Image 4: Run `docker-compose up -d`_ |

- Step 5: Open your browser and navigate to `http://localhost:8080/saledock`

| ![Open browser](../imgs/5.png) |
| :----------------------------: |
| _Image 5: Open your browser_ |
Binary file added imgs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a607764

Please sign in to comment.