lmajano
06/04/2025, 8:57 AM- name: Setup BoxLang
uses: ortus-boxlang/setup-boxlang@v1
๐ฅ Key benefits:
โข Zero-configuration setup (Java installation handled automatically)
โข Install any BoxLang modules during setup
โข Choose your version: latest, snapshot, or pin to specific releases
โข Works seamlessly across all GitHub runner environmentslmajano
06/05/2025, 8:34 PM--help
to all commands, so you can try it out.
Mac/Linux
curl -fsSL <https://install.boxlang.io> | bash
Wndows
Start-Process powershell -Verb RunAs -ArgumentList '-NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString(''<https://install-windows.boxlang.io>''))"'
### Added
- Checks if CommandBox is installed, if not, it asks to install it for you.
- jq
dependency check
- sudo support for Linux and macOS
- Added comma-separated list support for module installations
- Added remove modules via --remove
- Show version of installed modules
- Added record installation back to ForgeBox
- Added --help
to all commands
- Uploads to new destination on s3: boxlang-quick-installer
- md5 and sha256 checksums for the installer
- zip files for the installer
- version.json
file to track the installer
- Update the install-boxlang.bat
for Windows to make sure you can run it from anywhere.
- If you are in Powershell 5 or lower, it will now use no progress bar.
- Updated the install-boxlang.ps1
to add a BOXLANG_HOME env variable to the system and install the boxlang scripts.
### Fixed
- Boxlang Home fixed for windows
- Console reading via < /dev/ttyLana
06/06/2025, 6:33 PMlmajano
06/06/2025, 7:40 PMBill Nourse
06/08/2025, 7:45 PMBill Nourse
06/08/2025, 9:23 PMBill Nourse
06/08/2025, 9:23 PMGareth
06/09/2025, 8:30 AMadeptdeveloper
06/10/2025, 3:22 PMseandaniels
06/10/2025, 8:54 PM<git+ssh://git@bitbucket.org>:username/repo.git
and now am using <git+ssh://git@github.com>:username/repo.git
but GitHub gives me an error: ERROR: You're using an RSA key with SHA-1, which is no longer allowed. Please use a newer client or a different key type.
Is this a CommandBox issue (newer client?)raymondcamden
06/13/2025, 9:53 PMmegger
06/16/2025, 10:57 AM# commandbox path
commandBoxPath="/opt/homebrew/Cellar/commandbox/6.1.0/bin/box"
# start presidecms site and install the specified version
"$commandBoxPath" "preside start"
"$commandBoxPath" "install presidecms@v$version"
is there any option to change the startup-url which is opended in the browser with a full coldbox reinit? i want to request localhost:[port]/index.cfm?fwreinit=true instead of localhost:[port]/index.cfm if possibleBill Nourse
06/16/2025, 6:01 PMBill Nourse
06/16/2025, 9:30 PMBill Nourse
06/16/2025, 9:32 PMBill Nourse
06/16/2025, 10:00 PMBill Nourse
06/16/2025, 10:00 PMBill Nourse
06/16/2025, 10:00 PMPatrick S
06/17/2025, 12:43 PMlmajano
06/17/2025, 4:27 PMMaria Jose Herrera
06/17/2025, 5:09 PMbdw429s
06/17/2025, 9:30 PMMaria Jose Herrera
06/18/2025, 1:45 PMMaria Jose Herrera
06/18/2025, 4:20 PMlmajano
06/19/2025, 9:37 PMlmajano
06/19/2025, 10:22 PMaiTool( "get_weather", "Get temperature", loc => getWeather(loc) )
.describeLocation( "City and country, e.g. 'Paris, France'" )
๐ Fully documented now: https://cstu.io/d49573lmajano
06/23/2025, 9:49 PMlmajano
06/24/2025, 10:31 PMAndrew Mayfield
06/25/2025, 1:26 PMlarryclyons
06/25/2025, 5:06 PM