raymondcamden
09/19/2024, 2:26 PMPatrick
09/19/2024, 2:30 PMraymondcamden
09/19/2024, 2:32 PMPatrick
09/19/2024, 2:36 PMraymondcamden
09/19/2024, 2:40 PMPatrick
09/19/2024, 2:42 PMraymondcamden
09/19/2024, 2:43 PMbdw429s
09/19/2024, 3:16 PMbdw429s
09/19/2024, 3:16 PMcfpm command in commandbox which magically funnels through to the correct cfpm binary for youbdw429s
09/19/2024, 3:16 PMbdw429s
09/19/2024, 3:17 PMcfpm install feeds
and it will find the correct cfpm.bat or cfpm.sh for that server home and execute it for youbdw429s
09/19/2024, 3:18 PMserver set scripts.onServerInitialInstall="cfpm install feeds"
into your server.json it will just happen automatically when you start up your adobe server for the first time, and any time a fresh update installs.raymondcamden
09/19/2024, 3:23 PMbdw429s
09/19/2024, 3:24 PMbox cfpm install feedsbdw429s
09/19/2024, 3:24 PMraymondcamden
09/19/2024, 3:27 PMMichael Schmidt
09/25/2024, 5:29 PM{
"app": {
"cfengine": "adobe@2021"
},
"name": "MYAPPNAME",
"scripts": {
"onServerInstall": "cfpm install chart,sqlserver,mail,zip,pdf"
}
}raymondcamden
09/25/2024, 5:32 PMbdw429s
09/25/2024, 5:44 PMonServerInitialInstall instead. onServerInstall runs on every start, but initial install only runs the first time a fresh CF home is downloaded and unpacked which happens on first start and any updates to a new version. The one you showed will surely work, it's just a bit of unnecessary delay on every start.Michael Schmidt
09/25/2024, 5:46 PM