frankenwp
frankenwp copied to clipboard
**steps** ``` !npm install -g localtunnel !apt update !apt install -y curl mariadb-server !curl https://frankenphp.dev/install.sh | sh !mv frankenphp /usr/local/bin/ !service mariadb restart & !mysql -u root --password="password" -e "CREATE...
Hello Stephen! List of changes: 1) uncomment volumes: **# - ./wp-content:/var/www/html/wp-content** because services.wordpress.volumes must be a list 2) Fix indentation Have a good day!
Currently I got an error when try to run wp cli as non root Execute bash = docker exec -u www-data -it [container-id] bash Then run ``` www-data@114c78c46d9f:~/html$ wp sh:...
FrankenWP reuses the upstream docker-entrypoint.sh, and this script requires a `WORDPRESS_` variable before it copies wp-config.php from the template. Besides, `WORDPRESS_*` variables are also worked on this image. https://github.com/docker-library/wordpress/blob/0015d465b4115ade0e0f98b3df8b5c17ec4a98e4/docker-entrypoint.sh#L70-L71
Hi. Am I understand correctly, that Sidekick cache uses cache location on disk as backup between reloads but all cached data is placed in memory? For sites with limited resources...
The slack link no longer works on https://wpeverywhere.com/
Hello, I want to contribute to the Frankenwp repository with a ready-made integration example for a popular https://gitpod.io platform. Gitpod is very useful when developers want to make a quick...
Hi I have a problem adding [ionCube](https://www.ioncube.com/loaders.php) loader extension to fankenphp. Have anyone this issue? I got error like: `Failed loading /usr/local/lib/ioncube_loader_lin_8.3_ts.so: /usr/local/lib/ioncube_loader_lin_8.3_ts.so: undefined symbol: zend_signal_globals_id` Your help will be...
Hi It would be great if we have access to multiple Docker Images with every pair of PHP Versions and WordPress versions (Only supported ones) It's possible using GitHub Actions...