Skip to content

Commit 112af53

Browse files
committed
adding be of boxlang
1 parent f7fb78a commit 112af53

File tree

4 files changed

+45
-4
lines changed

4 files changed

+45
-4
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
jdkVersion: [ "21" ]
2626
experimental: [ false ]
2727
timeoutMinutes: [ 8 ]
28+
include:
29+
- commandbox_version: "6.2.0"
30+
cfengine: "boxlang-cfml@be"
31+
jdkVersion: "21"
32+
experimental: true
33+
timeoutMinutes: 8
2834
steps:
2935
- name: Checkout Repository
3036
uses: actions/checkout@v4

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ And constructed with the following guidelines:
116116

117117
* BoxLang 1+
118118
* Lucee 5+
119-
* Adobe ColdFusion 2018+
119+
* Adobe ColdFusion 2023+
120120

121121
## Quick Installation
122122

server-boxlang-cfml@1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"app":{
3-
"cfengine":"boxlang@be",
4-
"serverHomeDirectory":".engine/boxlang-cfml"
3+
"cfengine":"boxlang@1",
4+
"serverHomeDirectory":".engine/boxlang-cfml-1"
55
},
6-
"name":"coldbox-boxlang-cfml",
6+
"name":"coldbox-boxlang-cfml-1",
77
"force":true,
88
"openBrowser":false,
99
"web":{

server-boxlang-cfml@be.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"app":{
3+
"cfengine":"boxlang@be",
4+
"serverHomeDirectory":".engine/boxlang-cfml-be"
5+
},
6+
"name":"coldbox-boxlang-cfml-be",
7+
"force":true,
8+
"openBrowser":false,
9+
"web":{
10+
"directoryBrowsing":true,
11+
"http":{
12+
"port":"8599"
13+
},
14+
"rewrites":{
15+
"enable":true
16+
},
17+
"aliases":{
18+
"/coldbox":"./"
19+
}
20+
},
21+
"JVM":{
22+
"heapSize":"1024",
23+
"javaVersion":"openjdk21_jre",
24+
"args":"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9999"
25+
},
26+
"cfconfig":{
27+
"file":".cfconfig.json"
28+
},
29+
"env":{
30+
"BOXLANG_DEBUG":true
31+
},
32+
"scripts":{
33+
"onServerInitialInstall":"install bx-mail,bx-pdf,bx-mysql,bx-compat-cfml,bx-esapi,bx-orm@be --noSave"
34+
}
35+
}

0 commit comments

Comments
 (0)