Ookma-Kyi
06/30/2022, 2:55 PMCommandBox:Ookma-Kyi> start
β | Starting Server
| β | Setting Server Profile to [development]
| β | Loading CFConfig into server
CommandBox:Ookma-Kyi>
Do i need to connect my Mysql Database to start a basic server? Not using any databases yet...Matt Jones
06/30/2022, 2:58 PMOokma-Kyi
06/30/2022, 2:59 PMjakobward
06/30/2022, 3:00 PMMatt Jones
06/30/2022, 3:02 PMserver list
jakobward
06/30/2022, 3:03 PMOokma-Kyi
06/30/2022, 4:54 PMbdw429s
06/30/2022, 4:59 PMinstall commandbox-bullet-train
bdw429s
06/30/2022, 5:00 PMOokma-Kyi
which leads me to believe you probably ran the start command in your user home directoryOokma-Kyi
06/30/2022, 5:00 PMbdw429s
06/30/2022, 5:00 PMcd
"into" an existing web root, and then run startbdw429s
06/30/2022, 5:00 PMbdw429s
06/30/2022, 5:00 PMOokma-Kyi
06/30/2022, 5:00 PMbdw429s
06/30/2022, 5:01 PMOokma-Kyi
06/30/2022, 5:01 PMbdw429s
06/30/2022, 5:01 PMbdw429s
06/30/2022, 5:01 PMbdw429s
06/30/2022, 5:01 PMOokma-Kyi
06/30/2022, 5:02 PMbdw429s
06/30/2022, 5:02 PMserver.json
file, the server will be running on localhost and bound to a random portbdw429s
06/30/2022, 5:02 PMapp.cfengine
in your server.json
, yes you'll get a Lucee server by defaultOokma-Kyi
06/30/2022, 5:03 PMbdw429s
06/30/2022, 5:03 PMOokma-Kyi
06/30/2022, 5:03 PMbdw429s
06/30/2022, 5:04 PMbdw429s
06/30/2022, 5:04 PMOokma-Kyi
06/30/2022, 5:04 PMbdw429s
06/30/2022, 5:05 PMbdw429s
06/30/2022, 5:05 PMbdw429s
06/30/2022, 5:06 PMbdw429s
06/30/2022, 5:06 PMOokma-Kyi
06/30/2022, 5:52 PMbdw429s
06/30/2022, 5:54 PMbdw429s
06/30/2022, 5:54 PMbdw429s
06/30/2022, 5:55 PMbdw429s
06/30/2022, 5:56 PMbdw429s
06/30/2022, 5:56 PMOokma-Kyi
06/30/2022, 5:56 PMOokma-Kyi
06/30/2022, 5:57 PMbdw429s
06/30/2022, 5:58 PMOokma-Kyi
06/30/2022, 5:59 PMbdw429s
06/30/2022, 6:00 PMOokma-Kyi
06/30/2022, 6:00 PMbdw429s
06/30/2022, 6:00 PMOokma-Kyi
06/30/2022, 6:06 PMcomponent extends="coldbox.system.EventHandler" secured {
to
component extends="coldbox.system.EventHandler" {
removed the log in prompt, ColdFusion is so easy! πbdw429s
06/30/2022, 6:06 PMOokma-Kyi
06/30/2022, 6:07 PMbdw429s
06/30/2022, 6:07 PMsecured
annotation is something the cbauth module inside of ColdBox is picking up, not a CFML thingbdw429s
06/30/2022, 6:08 PMsecured
and then adds a security check for all the actions in that handler via a request interceptorOokma-Kyi
06/30/2022, 6:12 PM@Authorisation
tag to mark a route as requiring to be loggedin? The course is mostly on Coldbox but, it does seem to have a bit of CFML here and there. Sadly there isn't really a full course on Udemy for CFML and General ColdFusion so I am picking it up as I go along.bdw429s
06/30/2022, 6:12 PMbdw429s
06/30/2022, 6:13 PMbdw429s
06/30/2022, 6:13 PMOokma-Kyi
06/30/2022, 6:13 PM