#wordpress 2022-01-11

2022-01-11 UTC
gnoth[d] and [fluffy] joined the channel
#
Billbennettnz
I spent a large part of the day attempting to install Jekyll on my Mac and, just like Linux days, kept running into overlapping dependencies and inconsistencies.... this really isn't something non-developers should attempt.
jsbach, MarkJR84[d], fef and [Zegnat] joined the channel
#
[Zegnat]
Good thing you pinged me on Slack, [Joe_Crawford], as it seems like your message never made it to IRC. The containers all start without complaint, yes. For me the port works and I can reach the WordPress container at localhost. The problem is that WordPress itself is throwing an error instead of taking me to the WordPress install page 😞
angelo, fef, jsbach_ and [grantcodes] joined the channel
#
[KevinMarks]
@billbennetnz
sayanarijit[d] joined the channel
#
[KevinMarks]
@billbennetnz - one reason people like Hugo is that it is easier to install (just one built app)
#
[Joe_Crawford]
[Zegnat] are you rolling your own Docker/WordPress thing or are you following documentation? If you are following something please share it and I can take a look. I know that VirtualBox and latest macOS had some peculiar changes that break some scenarios but I can’t tell if that’s the issue.
zack1 joined the channel
#
Zegnat
I am following like 10 articles all halfway, because I have not found anything from the last month which means all of them are out of date, hahaha
#
Loqi
awesome
#
capjamesg[d]
That's not very good Loqi haha?
#
Zegnat
But this is both the official Wordpress and the official MariaDB image, and nothing else being added, so I am not sure what there is to follow either?
#
Zegnat
I have not had time yet, but probably tomorrow I will test triggering the installation with the wp-cli and see if that magically fixes it (which I think it will, from my WP code spelunking)
#
Billbennettnz
KevinMarks. That could be the way to go. Apart from anything else, it's worrying, I tend to keep everything up to date, but Jekyll requires an old version of Ruby (for example) which makes all the version cross referencing tricky as...
aspenmayer[d] joined the channel
#
Billbennettnz
I got Hugo working in 5 minutes. It looks good
angelo and [manton] joined the channel
#
Zegnat
[Joe_Crawford]: if you still wanted to see some documentation, apart from some very small tweaks my docker-compose.yml is almost exactly the one from the docker docs: https://docs.docker.com/samples/wordpress/ ... guess I need to test that one and try to figure out if there are any actual differences.