update readme text with requirements & update instructions#526
update readme text with requirements & update instructions#526G-Rowell wants to merge 1 commit intoKamalisk:arkhamfrom
Conversation
|
I'm currently trying to check if the following files are needed anymore, as all of these scripts seem to have invalid paths & reference outdated project structures?
|
|
|
1 similar comment
|
|
|
|
Ty for your help zzorba! It is 1am in my timezone, so I might have to sleep but will be back tmr! |
|
Smells kind of like a PHP version issue -- I'm running 7.2.34 on my local copy of this, IIRC newer versions were not working but its been at least 4 months since I resurrected my local build. |
| - install composer: https://getcomposer.org/download/ | ||
| - clone the repo somewhere | ||
| - cd to it | ||
| - NOTE: use version 1.10.26 (the last release of version 1), using `php composer-setup.php --version=1.10.26` |
There was a problem hiding this comment.
Thanks a lot for the PR/issue/..., as I've been struggling with the same issues! ;)
Instead of --version=1.10.26, you can use --1 though I doubt they'll ever make a new Composer 1 release.
The readme fails to mention that composer version 1 is required,
add note about that and various needed dependencies
#522
Though,
php bin/console app:import:std path-to-arkhamdb-json-data/seems to be broken on my machine?Is this outdated or is it a fault on my end?