Hello, I am trying to use Hostingers deploy option to install flarum.
I have done the following:
Repository Address: https://github.com/flarum/flarum.git
Branch: master
Install Path: /
Afterwards when I view the log, I get this:
Deployment start
Repository https://github.com/flarum/flarum.git
Checking project directory is empty
Project directory is empty
Cloning code repository
Repository cloned
Looking for composer.json file
Found composer.json file. Installing dependencies
Dependencies form composer.json file were updated
Deployment end
I then click Deploy and the page says success, the log then says this:
Deployment start
Repository https://github.com/flarum/flarum.git
Checking project directory is empty
Project directory is git repository
# On branch master
nothing to commit (working directory clean)
Looking for composer.json file
Found composer.json file. Installing dependencies
Dependencies form composer.json file were updated
Deployment end
When I then try to access the website, there is a error:
Warning: require(vendor/autoload.php): failed to open stream: No such file or directory in /home/u597548834/public_html/index.php on line 12
Fatal error: require(): Failed opening required 'vendor/autoload.php' (include_path='.:/opt/php-5.5/pear') in /home/u597548834/public_html/index.php on line 12
Can someone explain what I am doing wrong please, I don't know what else to do.