Difference between revisions of "Lucee"

From Hostek.com Wiki
Jump to: navigation, search
m (Coming Soon)
Line 1: Line 1:
===Coming Soon===
+
__FORCETOC__
 +
[[File:Luceelogo.png]]<br><br>
 +
[http://lucee.org/ Lucee] is an open-source CFML engine and the successor of Railo. We proudly support Lucee in our environment, and more info about its background and usage is below.
  
We are preparing to support [http://lucee.org/ Lucee] in place of Railo, and our team is meeting about the finer points of this process. At this point that's the most detail we can provide, but we will post more info to our Server Status Page once we're ready to officially support '''Lucee'''.
+
==Background==
 +
The Lucee project was forked from Railo 4.2 in January 2015 and is owned by Lucee Association Switzerland. Though development on Railo has halted, Lucee will eventually inherit the enhancements planned for Railo 5. Currently Lucee operates the same as the latest available version of Railo, so you can migrate your Railo codebase to it without any surprises.  
  
*For your reference, our RSS Feed can be found here: https://hostek.com/serverstatus.asp
+
See these blogs for more info on the switch from Railo to Lucee:
*This blog post covers a lot of questions related to Lucee: http://blog.adamcameron.me/2015/01/lucee.html
+
*[http://blog.adamcameron.me/2015/01/lucee.html Lucee - Adam Cameron's Dev Blog]
 +
*[http://www.codersrevolution.com/blog/railo-and-lucee-hunka-hunka-burning-questions Railo and Lucee ... - Coder's Revolution]
 +
 
 +
==Usage / Resources==
 +
For information about Lucee please reference [https://bitbucket.org/lucee/lucee/wiki/ the Lucee wiki]. Specifically, the [https://bitbucket.org/lucee/lucee/wiki/Cookbook Lucee Cookbook] has lots of good info about getting started.  
 +
 
 +
If you're new to CFML in general, the following resources will help you get learn the basics:
 +
*[http://www.trycf.com/tutorials TryCF.com Tutorials]
 +
*[http://bittersweetryan.github.io/ColdFusion-Koans/ ColdFusion Koans]
 +
*[https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way ColdFusion UI the Right Way]
 +
*[https://github.com/daccfml/cfscript/blob/master/cfscript.md CFScript Documentation]
 +
 
 +
==How do I access my Lucee Web Administator page?==
 +
The preferred way to access your site's Lucee Web Administrator is by clicking the '''''Web Administrator''''' link within your control panel. Alternatively, you may access it by appending '''''/lucee/admin/web.cfm''''' to the end of your site's domain name or testing URL.
 +
 
 +
==How do I create a datasource within Lucee?==
 +
You may create Lucee datasources (DSNs) either withing your site's Lucee Web Administrator or within the site's Application.cfc. More info on this is in this Lucee Cookbook entry: [https://bitbucket.org/lucee/lucee/wiki/Cookbook_Datasource_Define_Datasource How to define a Datasource]

Revision as of 17:54, 10 February 2015

Luceelogo.png

Lucee is an open-source CFML engine and the successor of Railo. We proudly support Lucee in our environment, and more info about its background and usage is below.

Background

The Lucee project was forked from Railo 4.2 in January 2015 and is owned by Lucee Association Switzerland. Though development on Railo has halted, Lucee will eventually inherit the enhancements planned for Railo 5. Currently Lucee operates the same as the latest available version of Railo, so you can migrate your Railo codebase to it without any surprises.

See these blogs for more info on the switch from Railo to Lucee:

Usage / Resources

For information about Lucee please reference the Lucee wiki. Specifically, the Lucee Cookbook has lots of good info about getting started.

If you're new to CFML in general, the following resources will help you get learn the basics:

How do I access my Lucee Web Administator page?

The preferred way to access your site's Lucee Web Administrator is by clicking the Web Administrator link within your control panel. Alternatively, you may access it by appending /lucee/admin/web.cfm to the end of your site's domain name or testing URL.

How do I create a datasource within Lucee?

You may create Lucee datasources (DSNs) either withing your site's Lucee Web Administrator or within the site's Application.cfc. More info on this is in this Lucee Cookbook entry: How to define a Datasource