RobLoach / Dockie

:whale: Collection of Modern Development Environments for Docker
https://registry.hub.docker.com/repos/dockie/
Other
50 stars 18 forks source link

Install on mysql instead of pqsql. #26

Closed bforchhammer closed 9 years ago

bforchhammer commented 9 years ago

Added .gitignore file, and changed site-install command to install to mysql instead of pqsql.

RobLoach commented 9 years ago

Oh, interesting. Does drupal-site-install have a local MySQL server?

Ah, it's using LAMP so it already has MySQL installed. :+1: ... Merge ready? Anything missing?

bforchhammer commented 9 years ago

No, but I think dockie/lamp adds mysql, right? I didn't have to set one up at least...

bforchhammer commented 9 years ago

Hm, yesterday I just worked. I just tried it again and got the following...

[...]
2015-01-19 08:45:21,259 INFO exited: drupal-site-install-setup (exit status 1; not expected)
2015-01-19 08:50:21,125 INFO exited: mysqld (exit status 0; expected)

Not sure why, but I guess this needs a little more testing. :-/