FusionAuth/fusionauth-install

Default to only down app bundle and default to db search engine

robotdan opened this issue · 2 comments

Beginning in version 1.16.0, db search will be default and we can modify the fast path to only download the search bundle if requested.

Tasks

  • add flag to install scripts to ask for search, default will be no
  • update fast path install guide in doc
  • update readme here to provide examples of how to call it
  • review download page on brochure site to see if it needs changes

Finished adding and testing but the one flaw is that windows won't automatically use the elasticsearch if its downloaded. It seems to jump to database mode and stay there. I wonder if the port isn't getting bound quickly enough or something.

Waiting for the release of 1.16.0 to update doc and brochure. At that point we can merge the branch.