I went here: <https://www.adobe.com/go/trycoldfusi...
# adobe
e
I went here: https://www.adobe.com/go/trycoldfusionexpwin64/. The download is Coldfusion_2018_Express_WWEJ_win64.zip. What is the link for the latest version of AFC Express?
j
I don’t think they have maintained those express editions for 2021 and 2023, since the package manager makes that more challenging to have a “complete” install. 2018 was the last “kitchen sink” version. I might suggest just using CommandBox if you want an “express” route:
Copy code
box server set scripts.onInitialInstall="cfpm install zip,mysql"
box server start cfengine=adobe@2023
e
Thanks @jclausen