Added by Julian Vanden Broeck over 7 years ago
Hi,
I have a question about the install of openproject. I would like to install it with ansible but the wizard (openproject conifgure) is not automation friendly.
Do you have any new webpage with a step-by-step install description without using this wizard? I don’t want to miss something important. I have seen a few playbook on github but I don’t know if all the stuff from your script are there.
Best regards,
Julian
Replies (1)
Hi Julian,
simply perform the wizard step once and copy the
/etc/openproject/installer.dat
(and/etc/openproject/conf.d/
if you have set env variables throughconfig:set
).You can apply these on a separate machine with ansible and the wizard will run through. The wizard is designed to only ask those pieces that are missing from the installer.dat.
Best,
Oliver