KBExit
I'm keeping my permissions ast 775.
I am uninstalling and reinstalling once I understand all of the steps.
SSH Using Terminal and go to your root directory, run the Flarum Installation Command.
composer create-project flarum/flarum:1.8.0
OK
Change the document root from public_html to public_html/public
I have a root/flarum/public folder after installation. I add a public folder to public_html and do what since my flarum folder is up one level from public_html? I ask my hosting service to point to public_html/public but then what about my url brainchildforum, which is not my primary site at public_html? Do I move my public files at flarum/public to public_html/public and ask my web host to point brainchildforum to public_host/public? Wouldn't that cause files not be able to find another if you change what directory they're in? I think part of it is I don't know what the document root is. I'm taking it to mean the weirdly-named-folder above my public_html.
Go to your website, complete the Installation Wizard.
You mean extension manager?
Upload and override those files in the Flarum Directory, upload your SQL Dump to your database to recover your website details, and run composer update in your Flarum Directory.
Thanks for the help, but I am very confused about the "Change the document root from public_html to public_html/public"