Ortus ORM Extension
  • Introduction
    • Release History
      • What's New With 6.x
      • What's New With 5.x
    • About This Book
  • Getting Started
    • Installation
    • Configuration
      • Custom Hibernate Config
      • Secondary Caches
      • Logging
  • Modeling
    • Entities
    • Identifiers
    • Properties
    • Relationships
  • Usage
    • Built-In Functions
    • Querying
    • Events
    • Session Management
    • HQL
    • Transactions
    • Caching
  • External Links
    • API Docs for v6.5.2
    • Source Code
    • Issue Tracker
Powered by GitBook
On this page
  • CommandBox
  • From the Lucee Server Admin
  • Direct Download
  • Don't Forget To Restart!

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Installation

Get up and running in seconds!

PreviousAbout This BookNextConfiguration

Last updated 12 months ago

Was this helpful?

CommandBox

You can install this extension by adding the extension ID to the lucee-extensions environment variable and restarting the server:

box server set env.LUCEE_EXTENSIONS="D062D72F-F8A2-46F0-8CBC91325B2F067B" && box restart

You can install a specific version by appending a version string to the extension ID:

box server set env.LUCEE_EXTENSIONS="D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2" && box restart

(For all available version numbers, see our or the .)

Running the box server set env.lucee-extensions command will edit your server.json file to look something like this:

server.json
{
    // ...
    "env":{
        "LUCEE_EXTENSIONS":"D062D72F-F8A2-46F0-8CBC91325B2F067B;version=6.5.2"
    }
}

This config instructs Lucee (not CommandBox) to install the Ortus ORM Extension when Lucee starts up.

From the Lucee Server Admin

You can manually install the extension by opening the Lucee server admin page and browsing to Extension > Applications page, where you'll see a "Ortus ORM Extension" option. Clicking this option will open the installation screen, where you can choose any extension version and click "Install" to install from Forgebox.

Direct Download

Don't Forget To Restart!

Whichever method you use to install the extension, we recommend restarting the server after installing.

Via CommandBox:

server restart

You can also download a .lex file from and upload this through the Lucee Server admin's Applications page.

Release History
GitHub Releases page
our downloads page