flo-schu / diverssite

0 stars 1 forks source link

Use postgres engine in `.env.example` #98

Open hf-kklein opened 10 months ago

hf-kklein commented 10 months ago

my goal is, that we can use the (unmodified) .env.example and use it to connect to a local postgres db with the given credentials

flo-schu commented 10 months ago

Sounds reasonable. I only used sqlite, because it is much more simple to use. Using postgres locally for development is a pain, because it needs much more pre-configuration than sqlite. If you can get it to work that would be great, because it would also ease the setup for remote deployment. Alternatively we could think if postgres is really necessary for this project.

One thing that I would be really excited about is to create an automated remote deployment recipe, do you think this is possible. I have no experience with docker, but I guess this is the idea. Am i right?