I am trying to install Flarum on Shared hosting by KnownHost. They have installed composer for me and I have created a directory below public_html and moved the files mentioned in this tutorial here- https://discuss.flarum.org/d/19536-shared-hosting-installation-one-way activated the php extensions.
Now, when I install execute the command after loggin to my server from public_html I see this-
composer create-project flarum/flarum . --stability=beta
Creating a "flarum/flarum" project at "./"
Installing flarum/flarum (v0.1.0-beta.13)
- Installing flarum/flarum (v0.1.0-beta.13): Downloading (100%)
Created project in /home/discussgoat/domains/discuss.goatforum.com/public_html/.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
Also, I edited the index file in public_html and executable in the directory I created below public_html still I don't see anything when I access the website through the browser.