- install rsync on boot2docker VM
- install rsync locally
- install fswatch locally
- configure docker image to use a data volume, "/mnt/node_src" or whatever. this is a directory inside the VM. do not make this into a shared folder
- configure rsync to send your local node source directory to the VM into the "/mnt/node_src" directory (it does this via the network, not vbox shared folders)
- configure fswatch locally to trigger rsync when your source code changes
- configure
foreverto watch "/mnt/node_src" for changes in the VM - ?????
- profit!
Created
November 15, 2014 20:38
-
-
Save sbward/66db130def7b0e77b025 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment