瀏覽代碼

Build istruction

chore/proposed-structure
root 1 天之前
父節點
當前提交
7bb547c54e
共有 1 個文件被更改,包括 9 次插入9 次删除
  1. +9
    -9
      README.md

+ 9
- 9
README.md 查看文件

@@ -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..."


Loading…
取消
儲存