Skip to content

Commit 59eb263

Browse files
committed
update first steps
1 parent c6fd5d9 commit 59eb263

File tree

3 files changed

+31
-10
lines changed

3 files changed

+31
-10
lines changed

docs/04.guides/01.getting-started/01.first-steps/page.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,29 @@ title: First steps
33
id: getting-started-first-steps
44
---
55

6-
# Your first Lucee Server template #
6+
Welcome to Lucee, a Free and Open Source, high peformance cfml engine.
77

8-
Most people start using "Lucee Express", so they will end up going to [http://localhost:8888](http://localhost:8888) after they've started Lucee Express, and if it's all gone well, you'll see the **"Welcome to the Lucee World!"** page. If not, now's a good time to find out [[how to get help]].
8+
## Lucee Developer Forum
9+
10+
If you need support, please reach out via the [Developer forum](https://dev.lucee.org/),
11+
12+
You will find additional information on the forum about new [features](https://dev.lucee.org/c/documentation/6) and [releases](https://dev.lucee.org/c/news/release/8)
13+
14+
[[tutorial-reporting-bugs]]
15+
16+
## Migrating from Adobe ColdFusion or other CFML Engines
17+
18+
Lucee aims to be compatible with ACF, but there are some differences, please see the [[category-compat]] category for further information.
19+
20+
As Lucee is free and open source, we don't have any per core licensing, but we also need your support, please consider supporting Lucee via [Open Collective](https://opencollective.com/lucee)
21+
22+
## Recipes
23+
24+
We have an extensive series of detailed [[Recipes]] showing you how to take advantage of the wide range of features in Lucee.
25+
26+
## Your first Lucee Server template
27+
28+
Most people start using "Lucee Express", so they will end up going to [http://localhost:8888](http://localhost:8888) after they've started Lucee Express, and if it's all gone well, you'll see the **"Welcome to the Lucee World!"** page. If not, now's a good time to find out [[about-lucee-how-to-get-help]].
929

1030
The "Welcome to the Lucee World!" page is very helpful, because it tells us a lot of information about the Lucee CFML Server - the Lucee version, the Java version, and lots more besides - including the path where CFML files are served from. You'll find the website's folder under "Important Notes".
1131

docs/04.guides/01.getting-started/03.system-requirements/page.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ Of course there are different recommendations that go with the different operati
1111

1212
### Java Versions ###
1313

14-
Lucee 5.4 (LTS) supports Java 8 and 11
14+
**Lucee 5.4** (LTS till Dec 31st 2025) supports Java 8 and 11
1515

16-
Lucee 6 supports Java 11, with Java 8 unofficially supported as long as practical
16+
**Lucee 6.0** supports Java 11, with Java 8 unofficially supported as long as practical
1717

18-
Lucee 6.1 supports Java 11 and Java 21 (recommended)
18+
**Lucee 6.1** supports Java 11 and Java 21 (recommended)
1919

20-
Lucee 6.2 will support both the Javax and Jakarta Namespaces, thus supporting Tomcat 10 etc
20+
**Lucee 6.2** (our next LTS release) supports both the `Javax` and `Jakarta` Servlets , thus supporting Tomcat 10 and newer
21+
22+
**Lucee 7.0** supports Java 11, 21 and 24 and only supports `Jakarta` Servlets , thus requiring Tomcat 10 or newer
2123

2224
If you do run into problems running on **newer versions** of Java with Lucee 6, please report any problems to the developer forum [Lucee Dev](https://dev.lucee.org)
2325

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Compatibility / Migration with other CFML engines
33
id: category-compat
4-
categories:
5-
- category-core
6-
- core
74
related:
85
- https://dev.lucee.org/t/lucee-5-4-to-6-2-upgrade-guide/14854
96
- https://download.lucee.org/changelog/?version=6.2
7+
categories:
8+
- category-core
9+
- core
1010
description: Whilst Lucee is broadly compatible with Adobe ColdFusion, there are some differences.
1111
menuTitle: Compatibility / Migration
1212
---
@@ -17,4 +17,3 @@ Some are for performance reasons, others due to Adobe mis-adopting or adding fea
1717

1818
Our issue tracker has an [acf-compat](https://luceeserver.atlassian.net/issues/?jql=labels%20%3D%20%22acf-compat%22) label which tracks all the known differences.
1919

20-
In addition, with Lucee 6, we decided to change some incompatible implementations and also change some older insecure defaults to be more secure, please refer to the following epic [All Breaking changes in Lucee 6](https://luceeserver.atlassian.net/browse/LDEV-4534)

0 commit comments

Comments
 (0)