1.Follow this guide to install nginx+mysql+php:https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-6
2. git commit all www files to bitbucket and then pull down.
3.Backup and Restore MySQL Database Using mysqldump:
backup: # mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql
restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql
if you want to change mysql password
$ mysqladmin -u root -p’oldpassword’ password newpass
Linode is much faster than digitalocean.
You can use my referral code when registering Linode: 40a63cb5312c9110bfb76f3611b06f3a4856baeb
转载请注明:Ganko Tech » Move wordpress from digitalocean to Linode