Hi, I'm not php developer, so my questions may be a little naive, but I assure you, I searched for it.
- Starting with latest beta (3, because 4 is minor bugfix) my server have to have composer installed.
- To install Composer on my server i need ssh access with root.
- There is a way to install it locally and copy on server, but in that case I won't be able to install extensions (or will I, but only the same way?)
- Most of hosting providers (excluding vps) does not provide composer nor root access via ssh.
Are all of these statements true? Maybe there is a way to install without root? Maybe I can install things locally and copy them to my hosting? Are there any tutorials for dummies? Hosting helpdesk said that I can install software locally and then get it on my server via wget. Will this do the trick?
I would appreciate any piece of information that will get me closer to installing and maintaining latest flarum version on my hosting.