- Go inside your wordpress directory and do:
zip -r wp-content.zip wp-content/
wp db export wp.sql
cp wp.sql wp-content.zip second
- Note: Make sure you have installed wordpress and add your config if not follow this:
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
####### FIREST | |
mkdir $HOME/Dropbox/sublime-text-3/ | |
mv "$HOME/Library/Application Support/Sublime Text 3/Packages" "$HOME/Dropbox/sublime-text-3/" | |
mv "$HOME/Library/Application Support/Sublime Text 3/Installed Packages" "$HOME/Dropbox/sublime-text-3/" | |
######## Then | |
run this command in Terminal in every other computer you want synchronized with |