This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from hardingadonis/installation-guide
Installation guide
- Loading branch information
Showing
14 changed files
with
63 additions
and
19 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 |
---|---|---|
|
@@ -39,6 +39,4 @@ server/*.war | |
# IntelliJ IDEA | ||
.idea/ | ||
|
||
.history/ | ||
|
||
*.xlsx | ||
.history/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Sale Dock - Installation Guide | ||
|
||
## I. Install via Docker | ||
|
||
### 1. Requirements | ||
|
||
- OS: Linux, Windows, macOS | ||
- Docker Desktop: [Install Docker Desktop](https://www.docker.com/products/docker-desktop) | ||
|
||
### 2. Installation | ||
|
||
- Step 1: Open Docker Desktop | ||
|
||
| ![Docker Desktop](../imgs/1.png) | | ||
| :------------------------------: | | ||
| _Image 1: Open Docker Desktop_ | | ||
|
||
- 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.