I reinstalled with a different version. Everything seems to be OK so far, though I did run into a problem with the setup detailed below:
Install went fine. Upon setup, where the database and email are prompted, everything showed success. However, once one presses the submit button, I was returned back to the setup screen.
Checking laravel.log, there was an error stating there was no “account” table in the database. Checking with mysql, there was an “accounts” table, but no “account”. I created an empty “account” table, and I was able to proceed.
Everything else seems good. Thanks!