Trying to spin our app up on CF2023. What does cf...
# adobe
j
Trying to spin our app up on CF2023. What does cfpm want?
Copy code
root:/opt/ColdFusion/cfusion/bin# ./cfpm.sh scan /virtual/www <http://localhost:8500>
Incorrect usage of scan command. It must be scan CODEBASEPATH.

Docs are confusing:

The docs example mentions CFSERVERURL
<https://helpx.adobe.com/coldfusion/using/coldfusion-package-manager.html>

scan CODEBASEPATH CFSERVERURL
scan <path_to_your_code_base> http://[CF_SERVER_HOST]:port


BUT The help example from cfpm itself doesn't mention CFSERVERURL just CODEBASEPATH????
scan CODEBASEPATH 
Scans code at the given PATH and finds all packages to be installed.
Would also be nice if 'info PACKAGENAME' told me what tags that package supported.
Hmm if I run ./cfpm.sh and then at the cfpm prompt enter 'scan /my-path' it seems to work. Very confusing.
m
Jim, I think I have working examples in this video:

https://www.youtube.com/watch?v=aSDrMrj0mqU

Around 30 minutes in I start doing package related stuff