bolt / project

🚀 Repo to `composer create project` a Bolt 5 project.
MIT License
39 stars 38 forks source link

Fine-tuning installation #45

Closed bobdenotter closed 3 years ago

bobdenotter commented 3 years ago

Pinging @toofff ;-)

bobdenotter commented 3 years ago

@toofff Do you have an idea why the "docker compose" test fails?

toofff commented 3 years ago

yes, because the .env file is configured for the docker to work. You want this to be sqllite first, so it won't work. I can correct you tomorrow morning at the first hour and add documentation

bobdenotter commented 3 years ago

@toofff Ok, cool!

I'm fine with docker using mysql for tests, but for the "out of box experience", it's better to have SQLite as default. Even knowing that most webiste might use something else, but simply the fact that it works without configuration, makes it good to use. :-)