updateed subscribe form links in footer

new logo in livecarta footer
WP update instruction
This commit is contained in:
gregory-p
2019-10-09 16:50:46 +03:00
parent a995442da9
commit 2c56b01ec0
4 changed files with 13 additions and 3 deletions

10
devops/update.txt Normal file
View File

@@ -0,0 +1,10 @@
1 Backup all files
2 Backup Database
3 Download latest version of WP https://wordpress.org/latest.tar.gz
4 Go to WP document root e.g. /var/www/WordPress/htdocs
5 Delete the old wp-includes and wp-admin directories
6 Do NOT delete your existing wp-content folder. Do NOT delete any files or folders in your existing wp-content directory !!!
7 Copy all files from latest.tar.gz archive to WP document root. (overwrite all)
8 chown -R jenkins:jenkins /var/www/WordPress
9 chmod -R 755 /var/www/WordPress
10 Run Jenkins job to update all files from repository