-
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.
[SERVER] update dev folder + add README for dev
- Loading branch information
Huynh Thanh Binh
committed
May 20, 2020
1 parent
2ff2480
commit 049e922
Showing
4 changed files
with
32 additions
and
56 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,22 @@ | ||
<h2>Run SaigonParking environment</h2> | ||
Written by: Huynh Thanh Binh (bht) in May 20th, 2020<br/> | ||
|
||
Please do like following step to start saigonparking environment <br/> | ||
Please note that Windows is different from Ubuntu ! | ||
|
||
<h4>First time run:</h4> | ||
|
||
(If you remove all the containers and create again, please redo) | ||
- Run docker compose: | ||
<br/>   $ docker-compose up | ||
|
||
- Execute service.sh (For Windows user, please run Git Bash Here to begin terminal) | ||
<br/>   $ chmod +x service.sh | ||
<br/>   $ ./service.sh | ||
|
||
<h4>Another time run:</h4> | ||
- Just run docker compose: | ||
<br/>   $ docker-compose up | ||
|
||
<h4>Another frequently used command</h4> | ||
(Can be found in resources folder, file commands.txt) |
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 was deleted.
Oops, something went wrong.
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