

We will use Dropbox to synchronize files and DB between Desktop and Notebook, and we will use Git to track changes locally and to deploy them to the Remote Server.įor simplicity we define as the development site on the Local Environment and as the production site on the Remote Server. On both computers we will setup MAMP, Dropbox and Git so that you can work on your Desktop when you are in the office and on your Notebook when you are not in the office and all changes will be synchronized. In the Local Environment we will use a Desktop computer and a Notebook computer. The scenario that we will see consists of a Local Environment that allows the development of a WordPress site with plugins and themes and a Remote Server that will host the "production" WordPress site. Additionally we assume that the remote server has Git already installed and SSH access configured with public key authentication (the SSH and Git installations are out of the scope of this tutorial).
MAMP PRO WORDPRESS MAC OS X
In this tutorial we refer to Mac OS X but you can easily adapt it to any other OS. make quick changes on some files on the remote server and then fetch them on the local environment.locally update the WordPress core files or update already installed plugins/themes in a safe way, check that nothing breaks the site and deploy this changes to the production server.locally develop and test your new plugin or theme in a safe way and deploy it to the production server.A reliable and secure deployment system to the remote server.

