]> git.mxchange.org Git - friendica.git/commit
Automatic Installation fix (#5565)
authorPhilipp <admin+Github@philipp.info>
Mon, 20 Aug 2018 20:15:39 +0000 (22:15 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Mon, 20 Aug 2018 20:15:39 +0000 (16:15 -0400)
commitd7395299fb05c16bf2cc6e1ae3508163486c55d3
tree2187e80e45f2012bd9ec4c2b5ca2e959091aa988
parent409e939fc458c0a58c86e6eb2ed495694863ddad
Automatic Installation fix (#5565)

* Automatic Install Config Fix

* new unittest for AutomaticInstallation

* unittest for autoinstall
- removed password check

* removed bak-file

* automatic install
- always save environment variables
- just skip db environment if not `--savedb` is set

* fixed help (options)

* fixed help (options)

* Deleting Auto-Install tests until fix for proper DB restoring
mod/install.php
src/App.php
src/Core/Console/AutomaticInstallation.php
src/Core/Install.php