|
|
|
@@ -211,18 +211,18 @@ Clone the existing repository from the git server to the production server: |
|
|
|
|
|
|
|
Project directory structure: |
|
|
|
internal: contains the source code |
|
|
|
scripts/build: contains the scripts to rebuild docker images build.sh <-- define the version tag here, e.g., v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer bridge_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer decoder_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer location_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer server_v1.3 |
|
|
|
build: folder containing the docker-compose.yaml, which must be kept aligned with the version tag |
|
|
|
build/env: environment variable files used by each respective image presense-xxxxx.env |
|
|
|
scripts/api/smoke_test.sh runtime test script for verification itself |
|
|
|
scripts/build: contains the scripts to rebuild docker images build.sh <-- define the version tag here, e.g., v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer bridge_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer decoder_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer location_v1.3 |
|
|
|
afasystemadmin/ble-ai-localizer server_v1.3 |
|
|
|
build: folder containing the docker-compose.yaml, which must be kept aligned with the version tag |
|
|
|
build/env: environment variable files used by each respective image presense-xxxxx.env |
|
|
|
scripts/api/smoke_test.sh runtime test script for verification itself |
|
|
|
|
|
|
|
Commands for subsequent commits and pushes: |
|
|
|
Shows modified files not yet added to the commit in red, and modified files added to the commit in green; ignores unmodified files: |
|
|
|
git status |
|
|
|
git status |
|
|
|
|
|
|
|
git add . |
|
|
|
git commit -m "Modified..." |
|
|
|
|