do-dokku-wordpress
do-dokku-wordpress copied to clipboard
Setup a wordpress app in digitalocean's $5 droplet using dokku
The current `composer.json` includes wordpress v 4.2.2, which led to php issues when attempting to login. Versions: - php (7.1.3) - apache (2.4.20) - nginx (1.8.1) By changing wordpress to...
Upload is working until you push an update. They're all gone. :(
Hi and thanks for this excellent plugin! I have an issue though, I've set the DOMAIN_NAME environment variable as instructed in the readme but some urls (not all) are missing...
This command: dokku config:add wordpress DOMAIN_NAME=www.test.com should be: dokku config:**set** wordpress DOMAIN_NAME=www.test.com