This is definitely not new news, but I wanted to share it with folks who may have missed the myriad other posts as well. As the title says, Lucee was launched as a fork of the Railo project. I haven't used Railo much (typically only when a client requires it), so I don't follow that "world" much, but if you want to know more about the why of it I encourage you to read Adam's announcement post where he has a FAQ about the launch of the whole thing.

lucee-logo

You can find out more, and download the bits, at the main site: http://lucee.org/.

I played with it for a grand total of 10 minutes, just to see how well it works. You can currently download an "Express" edition that allows for unzip and run. If you are like me and a bit unfamiliar with how Railo did things, here are some tips:

First, the port that Lucee will run on is 8888. I'm sure this is documented in some XML file some place but it took me a few minutes to find it. I already logged an ER with them to make the startup script actually say this when it runs.

Second, you can find docs at localhost:8888/lucee/doc/.

If you want to write CFMs and test them, go to the installation folder, then webapps/ROOT. This works just like Adobe ColdFusion - write a CFM, save it, open it in your browser.

So that all involves running it locally, how about finding out more about the project?

As I said above, the main site is:

The forum for Lucee may be found here: http://discourse.lucee.org/

The source (and bug tracker) for Lucee may be found here: https://bitbucket.org/lucee/lucee

The wiki for Lucee may be found here: https://bitbucket.org/lucee/lucee/wiki/Home

All in all, an interesting development. Any of my readers playing around with this yet?