Open domi41 opened 5 years ago
Never mind this spam, it's only asking for a MySQL authentication.
I'll turn my keyboard seven times in my mouth from now on. :)
Sourcing this did the trick.
export DATABASE_HOST="localhost"
export DATABASE_PORT=3306
export DATABASE_USER="root"
# Careful, if you use root, both MUST be set to the correct value
export DATABASE_PASSWORD=""
export DATABASE_ROOT_PASSWORD=""
export DATABASE_NAME="directassemblee"
I've added some breadcrumbs to the readme, should I MR?
Hi again @domi41, Feel free to MR :)
sails lift
Do we have to run it as root ?