I'm aware of that dev-master is not supported. But I'm very new to flarum, composer and git, so I came to some trouble installing dev-master. Main reason to get it installed is to prepare my conversion-script for SMF2 to the new structures comming with beta-8.
For 1st, I'm not able to git clone using given command from luceos, so I started with cloning it using git clone https://github.com/flarum/flarum.git .
. So far, this was working and as well composer update
worked after modifying the composer.json.
At this point, I see the first issue which is, that php flarum -V
shows 0.1.0-beta.7 and not the expected beta-8 or dev-master. Unfortunally I started the installation and stuck after entering all information in the form (database, user, password, ....) as it stops with an error telling me "Soemthing went wrong: Class cache.store does not exist".
Even the installation via SSH stops with same error (additionally telling the location of the error where it occured "In Container.php line 752").
What did I do wrong ?
PHP v7.1.23
Apache 2.4.25
Debian stretch