From 92f3e4a6868d22df398619ee9e8b48407bede110 Mon Sep 17 00:00:00 2001 From: Pawel Czarnota <114521677+pczarn2@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:07:45 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bc5e1a..89291de 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,12 @@ We'll use commandbox or `box` for short to spin up a local CFML server. You can Start up a CFML server, using commandbox you can just do: cd wwwroot - box server start cfengine=adobe@2016 + box server start cfengine=adobe@2023 -The above will start up a CF2016 server on a random port number and open your default web browser to the server. +The above will start up a CF2023 server on a random port number and open your default web browser to the server. + +Next, open up ColdFusion Admin by going to http://127.0.0.1:{your port}/CFIDE/administrator/index.cfm, eg. http://127.0.0.1:51506/CFIDE/administrator/index.cfm +Login with username: admin password: commandbox. Go to Package Manager and install the derby package. ### Optional: MySQL Setup