Skip to content
thejinx0r edited this page Aug 6, 2014 · 1 revision

###Requirements Linux / MacOSX with FUSE.

Fuse is not compatible with Windows.

##Install Fuse On mac, install osxfuse.

On linux, install fuse

##NodeJS:

  1. npm install -g grunt-cli
  2. git clone https://github.com/thejinx0r/BitcasaF4JS.git
  3. cd BitcasaF4JS
  4. npm install
  5. grunt
  6. cd build
  7. copy the config.json.sample to config.json and edit it. more information
  8. node fs.js
  9. optional: node watch.js

To unmount:

On OSX, diskutil unmount YOUR_PATH

On linux, fusermount -u YOUR_PATH

Clone this wiki locally