neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

Setup 3.0 login broken #39

Closed kitsunet closed 7 years ago

kitsunet commented 7 years ago

The setup login is not adapted to new POST arguments and won't work currently.

putheakhem commented 7 years ago

i have the same problem !

gerhard-boden commented 7 years ago

Until it's fixed you can do the following: Manually edit the Configuration/Settings.yaml, run ./flow doctrine:migrate add a new user via CLI ./flow user:create import your site package via ./flow site:import

putheakhem commented 7 years ago

@gerhard-boden can you give me example of user:create

gerhard-boden commented 7 years ago

Just go ahed and type in the command. It's a very user friendly command. Flow will ask you for each required arguments step by step.

aertmann commented 7 years ago

Fixed with https://github.com/neos/setup/commit/60514232f72adac15b89344e164e05630027825b

aertmann commented 7 years ago

Broken due to https://github.com/neos/flow-development-collection/pull/838