Kunstmaan / cms-skeleton

The KunstmaanCMS skeleton https://kunstmaancms.be
1 stars 4 forks source link

Installation demo site not working #13

Closed brabo-dan closed 1 year ago

brabo-dan commented 1 year ago

When I use skeleton via composer create-project kunstmaan/cms-skeleton kunstmaan

And I use installer bin/console kuma:install

And I choose demosite=y

But no demisite is running after instalation.

URL http://localhost/en/ shows "No route found"

URL http://localhost/en/admin/login opens login page. But user admin/admin not working.

If I add user manualy, then admin page shows. But pages are empty. And I cannot add any page.

brabo-dan commented 1 year ago

I've found it. Installer is not properly working on Windows. Problem is in fixures:

Step 6: "doctrine:fixtures:load" - [FAILED] Message: TTY mode is not supported on Windows platform.

When you run php bin/console doctrine:fixtures:load manualy after instalation, it works fine.