|
|
|
@@ -210,7 +210,9 @@ Clone the existing repository from the git server to the production server: |
|
|
|
git switch chore/proposed-structure |
|
|
|
|
|
|
|
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 |
|
|
|
@@ -221,8 +223,10 @@ Project directory structure: |
|
|
|
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 |
|
|
|
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 add . |
|
|
|
git commit -m "Modified..." |
|
|
|
|