training.shoppinpal.com
Ctrlk
  • Introduction
  • 1. The Ideal Workspace
    • The Perfect Machine
    • Setup a machine in the cloud
      • Solution
      • Setup box on Azure
      • Setup box on DigitalOcean
        • Setup UI
        • Shared FileSystem
          • Dropbox
          • sshfs
        • Long Running Sessions
      • Feedback
  • 2. Learning Git
  • 3. The Backend
  • 4. Multi-tenancy With Loopback
  • 5. The Frontend
  • 6. ElasticSearch
  • 7. Promises
  • 8. Learning Docker
  • 9. Queues & Workers
  • 10. Docker
  • Appendix
Powered by GitBook
On this page
  • Setup box
  • Shared FileSystem
  1. 1. The Ideal Workspace
  2. Setup a machine in the cloud
  3. Setup box on DigitalOcean
  4. Shared FileSystem

sshfs

Setup box

Shared FileSystem

sshfs

  1. Install osxfuse on mac: https://github.com/osxfuse/osxfuse/releases/tag/osxfuse-3.6.2

  2. Install sshfs on mac: https://github.com/osxfuse/sshfs/releases/tag/osxfuse-sshfs-2.5.0

  3. Follow along: https://www.digitalocean.com/community/tutorials/how-to-use-sshfs-to-mount-remote-file-systems-over-ssh

PreviousUse locally developed node modules in another projectNextLong Running Sessions

Last updated 7 years ago