Hello,

I have a Drupal installation (Bitnami stack) on my iMac and just installed the stack also on my MacBook. On the iMac I have built a test site for a project. I wonder what files I need to sync to the MacBook to get the work done on the iMac also working on the laptop?

I know the added themes and modules reside in the sites folder of the Drupal installation but not quite sure what else is important.

Thanks,
Gerben

Comments

Gerben Zaagsma’s picture

Ok i found it out. I sync the installations with Chronosync, only thing to remember is the address differs when accessing locally.

Gerben

houen’s picture

I would recommend using rsync instead. To see how it's done, type:
man rsync

But note that this only sync's files. To sync the database you need to either do it command line via mysqldump (not standard in MAC OSX) or for instance use a tool like navicat (http://www.navicat.com/)