atk4 / warehouse

Sample Warehouse app in Agile Toolkit
https://agiletoolkit.org/
4 stars 3 forks source link

Demo doesn't work #10

Open bedengler opened 4 years ago

bedengler commented 4 years ago

I've tried the online demo warehouse app and it doesn't work (http://atk-warehouse.herokuapp.com/) - can't login with test/test.

I've then downloaded it from github (https://github.com/atk4/warehouse) and tried running composer on the downloaded file. Has an error, because in the composer.json it needs "dev-feature/grid-status-fixes" which isn't available any more.

Running composer with the "*" as version downloads the most recent version of atk. Opening index.php of the warehouse app gives me just error messages. How can I get it running?

votizlov commented 4 years ago

image image

Had same problem with "composer update", try just "composer install".

DarkSide666 commented 4 years ago

composer install should work, but keep in mind that this repo is 3 years old and heavily deprecated.