Skip to content

Commit 02ddc7d

Browse files
authored
fix: Improvements to the installation guide after UNC review (#539)
* fix: Improvements to the installation guide and make task to build natively * Fixed command to build on the OOD server * Fixed intallations steps after review with UNC * Updated installation guide to consistent with the steps required for the build and deployment
1 parent 0021e70 commit 02ddc7d

File tree

3 files changed

+235
-95
lines changed

3 files changed

+235
-95
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ remote_dev_build:
3131
release_build:
3232
docker run --platform=linux/amd64 --rm -v $(WORKING_DIR)/application:/usr/local/app -v $(WORKING_DIR)/scripts:/usr/local/scripts -w /usr/local/app -e APP_ROOT=/pun/sys/loop -e APP_ENV=production $(LOOP_BUILDER_IMAGE) /usr/local/scripts/loop_build.sh
3333

34+
native_build:
35+
cd application && APP_ENV=production ../scripts/loop_build.sh
36+
3437
loop_docker_builder:
3538
docker build --platform=linux/amd64 --build-arg RUBY_VERSION=ruby:3.3 --build-arg NODE_VERSION=nodejs:20 -t $(LOOP_BUILDER_IMAGE) -f docker/Dockerfile.builder .
3639

docs/guide/content/development_guide/ood.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ We have develop the OnDemand Loop Beta version with **Open OnDemand version 3.1.
1414
|-------------|--------------|----------------------|
1515
| 3.1.7 | 2023‑05‑03 | ✅ Tested |
1616
| 3.1.13 | 2025‑05‑23 | 🚫 Not in test scope |
17-
| 3.1.14 | 2025‑07‑11 | 🔜 Planned testing |
18-
| 4.0.0 | 2025‑01‑24 | 🔜 Planned testing |
17+
| 3.1.14 | 2025‑07‑11 | ✅ Tested |
18+
| 4.0.0 | 2025‑01‑24 | ✅ Tested |
1919
| 4.0.1 | 2025‑02‑13 | 🚫 Not in test scope |
2020
| 4.0.2 | 2025‑03‑25 | 🚫 Not in test scope |
2121
| 4.0.3 | 2025‑04‑23 | 🚫 Not in test scope |

0 commit comments

Comments
 (0)