msgphp / symfony-demo-app

A Symfony demo application with basic user management
https://github.com/msgphp/msgphp
MIT License
0 stars 0 forks source link

instructions for getting demo app to run locally #110

Closed tacman closed 5 years ago

tacman commented 5 years ago

The demo app uses mysql, not sqlite.

If running locally, .env needs to change to the correct host for elasticsearch.

ro0NL commented 5 years ago

Hi, the demo app assumes to run on the local Lando dev environment, based on .lando.yml: https://github.com/msgphp/symfony-demo-app/blob/master/.lando.yml (see https://docs.devwithlando.io)

It's kind of a Docker-compose wrapper :}, but i've changed my mind and plan to integrate docker-compose directly: see #107

ro0NL commented 5 years ago

Thanks @tacman