factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

Existing config install #110

Closed stmh closed 3 years ago

stmh commented 3 years ago

Based on the work of @mikran I refactored the code even more to support more use cases:

Supports now installation from configuration if the setttings.php is correct. phab will try to detect if CIM is setup correctly. Fresh installs (e.g. from newly scaffolded projects, see #45 ) should also install without errors. Smaller changes to mysql-db-creation as mysql does not support setting the pw for existing users. Better error reporting and hopefully cleaner code.

Can you review the code and do some tests?

stmh commented 3 years ago

@mikran thanks for reviewing and testing. Will add the note in the changelog when doing the next release