Skip to content
Dayton edited this page Dec 20, 2013 · 49 revisions

Prerequisites

  1. Build and install FirePiCam
  2. Install Node.js
  3. cd ~ home directory
  4. sudo apt-get install libfuse-dev install FUSE development package
  5. sudo ex -s -c "g/#user_allow_other/s/#//" -c wq /etc/fuse.conf _configure FUSE to allow user mounts_j
  6. cd ~ home directory
  7. git clone git://github.com/firepick1/FireFuse
  8. cd FireFuse FireFuse directory
  9. sudo cp firefuse.conf /etc/ld.so.conf.d/; sudo ldconfig allow /usr/local/lib linkage

Build

  1. cd ~/FireFuse/
  2. sudo ./build
  3. cat /dev/firefuse/status test it!

Install FireFuse

  1. sudo ./postinst launch FireFuse on reboot
  2. sudo reboot
  3. cat /dev/firefuse/status test it!

Uninstall FireFuse - *Only if you would like to rebuild to a newer version

  1. sudo ./postrm purge do not launch FireFuse on reboot
  2. sudo reboot
  3. cat /dev/firefuse/status should fail
Clone this wiki locally