Lucas Jahn

Results 9 comments of Lucas Jahn

Ah no okay. What I meant was, how should I deploy my code to the server. I thought about changing the wrdpress.yml compose file to copy a directory like `/var/html/wordpres`...

Hey there, I suppose this is pretty much on purpose on the buy button script as it loads the shopify JS in a lazy fashion with creating a script on...

One year later... Any updated on this issue? I have a similar use case. Thanks in advance!

## Create storage dir for uploads: ``` cd /var/lib/dokku/data/storage mkdir MYAPPNAME && cd MYAPPNAME mkdir uploads chown -R 32767:32767 . ``` ## Mount Storage in App: ``` dokku storage:mount MYAPPNAME...

@jlsuarezs Did you saw my comment and tried it with this storage? Otherwhise it won't work if you don't create a shared volume. You have to pay attention to the...

No problem at all :) Okay I had similar issues. What you should check is first your domain is set everywhere as https: 1. check your config this command and...

What error message do you get now?

You could also try this plugin to update all your http URLs. It worked quite well for me: https://de-ch.wordpress.org/plugins/velvet-blues-update-urls/

Hi! I actually managed to get that running on ARM with no issues. If you’d like to build it yourself, it’s fairly straightforward. Go to the version directory you want...