kohler / hotcrp

HotCRP conference review software
http://read.seas.harvard.edu/~kohler/hotcrp
Other
328 stars 111 forks source link

CreateDB script: Consider outputting `dbHost` #307

Closed EdNutting closed 10 months ago

EdNutting commented 1 year ago

Hi,

Just had a fun time trying to set up a little test instance of HotCRP inside Docker. One thing that would have helped is if the createdb.sh script used the value of the host option to output $Opt["dbHost"] = "....." to the conf/options.php file automatically. Since it does this for the db, db user and db password, it seems like it would be helpful to do it for the db host too.

Cheers, Ed

kohler commented 10 months ago

Thanks for the request!