wordpress-project
wordpress-project copied to clipboard
Generic project structure for WordPress website industrialisation.
I just discovered that awesome plugin, might be interesting to use it : https://github.com/wp-sync-db/wp-sync-db. Look at this repo for CLI integration: https://github.com/wp-sync-db/wp-sync-db-cli/blob/master/class/wpsdb-cli.php
WP-Rocket plugin use a specific `.htaccess` file to handle minification which is: ``` Apache allow from all RewriteEngine on # You may need RewriteBase on some servers #RewriteBase /min #...
Sometimes during evolution development, the database is updated with new fields, new values that must be populated in the remote one. We need to have a script which can synchronize...
Some wordpress attacks rely on php files created in the uploads folder. Just add a .htaccess to disable their execution! cc @BoiteAWeb #wplyon
WordPress is installed automatically, so the file permissions must be set accordingly. - wp-config.php: `400` or `440` or `444` - files + directory: view on WordPress Codex
For the moment, the user need to duplicate / create the build configurations from SAMPLE files. It can be useful to request user input and generate theses files if they...
Maybe we can use SSH, SFTP, FTP or other things to automate deployment.
When you are in a development process, you sometimes need to retrieve the last published contents. It can be powerful to extract the content from production (picture / text) and...