

- RUN PYTHON SCRIPTS ON MAMP PRO MAC OS X
- RUN PYTHON SCRIPTS ON MAMP PRO INSTALL
- RUN PYTHON SCRIPTS ON MAMP PRO UPDATE
- RUN PYTHON SCRIPTS ON MAMP PRO PRO
In this way we can use it as the Local Environment Configuration File. This statement instructs Apache to load an additional configuration file from your Dropbox folder (synchronized between Desktop and Notebook).

RUN PYTHON SCRIPTS ON MAMP PRO MAC OS X
Replace YOURUSERNAME with your Mac OS X username (if you don't know it open Terminal and run whoami it will provide you with your username). Include /Users/YOURUSERNAME/Dropbox/Development/conf/nf # Includes the configuration shared on Dropbox folder In the Dropbox folder on Desktop, create the following directory structure:
RUN PYTHON SCRIPTS ON MAMP PRO INSTALL
Step 1 Create Directory Structure on Dropboxĭownload and install Dropbox on your Desktop and your Notebook (see here for instructions). An account with SSH access and public key authentication.PHP and MySQL as per WordPress requirements.
RUN PYTHON SCRIPTS ON MAMP PRO PRO
Git (how to install Git locally is covered in the Pro Git book).A Dropbox account, an installed Dropbox client both on your desktop and notebook (see Dropbox website for installation instructions).acknowledge "urgent-on-the-fly" changes on the production server and pull them in the local environment.make the initial commit and the first deploy to remote server.modify the WordPress configuration to manage local/remote DB connection.configure Git, setup the local repository.setup MySQL for the WordPress production site.configure Git, setup the remote repository and the necessary hook.setup and run WordPress development sites on both your Desktop and your Notebook.install and setup MAMP (both on your Desktop and your Notebook) to work in a Dropbox environment.create a basic directory structure on Dropbox.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).

In this tutorial we refer to Mac OS X but you can easily adapt it to any other OS.
RUN PYTHON SCRIPTS ON MAMP PRO UPDATE
