Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
if i run this (svn sw http://core.svn.wordpress.org/tags/4.1/ .) I get At revision 30962. but WordPress does not upgrade to 4.1 in the admin (An updated version of WordPress is available.)
Did you originally install WP using SVN? SVN won’t upgrade WP if it wasn’t originally installed using SVN. You can convert WP to SVN if it wasn’t originally installed that way.
This involves installing WP using SVN into a separate location and transferring all your plugins, themes, and wp-config.php to the new location. Then you switch the old WP install with the new SVN install.
So how did you first install WP?
This comment has been deleted
Great guide!much appreciated. Would like to point out that as a centos7 guide, should be pointing people to using systemctl <operation> <service>, instead of “service”
IE: systemctl restart httpd
Not a big deal as service still technically works, but you never know when they will revoke the service command :)
Sorry- I’m sure I’m missing something obvious here, but how would you then handle your theme files. Say you’re developing a custom theme for a client. You’ll have the theme files in your own repo.
I was hoping for a recap on how you install WP as a git submodule so that you can keep your theme files in version control as well. Otherwise wouldn’t they be overwritten if you adjust WP via git?
Hello and thanks for the great tutorial. How would you reconcile this with this article?
I use the process outlined in the link for updating my code (the wordpress core files are gitignored).
Regarding how to update my WordPress core, should I:
gitignore and keep using the process in the link?
orThanks.