I'm web developer and I use Apache installed on my PC. Recently I bought a new laptop. I would like to work on 2 computers. Usually, when I am at home, on PC, but sometimes, when I'im out on laptop.
I have a problem with synchronization of these 2 computers, specifically apache htdocs and mysql.
I was thinking about virtual machine but it is really complicated. My second idea was synch开发者_高级运维ronization htadocs by dropbox, but it doesn't solve problem of mysql.
Did anyone has similar problem? What solution would be the best in your opinion?
Have you tried wamp?
http://www.wampserver.com/en/
- for mysql synchronization simple solution is a dump. i use Sypex Dumper witch allow to create tasks and even call them through command line.
- for files may be svn be a good one. (to not lost information when both edited files)
精彩评论