foundeo / ubuntu-nginx-lucee

Script for standing up a Lucee server using nginx and Tomcat on Ubuntu
Apache License 2.0
86 stars 47 forks source link

Use CFConfig to set default password #22

Closed bdw429s closed 6 years ago

bdw429s commented 7 years ago

Check out the CFConfig project to set the default password (and pretty much any other config you could want) from the command line without requiring the manual step of logging into the Lucee admin.

box cfconfig set adminPassword=youPassHere

https://www.forgebox.io/view/commandbox-cfconfig

pfreitag commented 7 years ago

Will be adding this as well