GithubHelp home page GithubHelp logo

couchdb-fuse's Introduction

Cozy Fuse Linux

This programs allows you to mount files from your Cozy Files application in your file system. This way you can browse and manage them with your favorite file browser.

Requirements

To run properly Cozy Fuse requires that you setup:

  • a CouchDB instance running locally on your system.
  • FUSE

On Debian like system you can simply add them via

apt-get install couchdb fuse python-dev libfuse-dev

On OSX:

  • brew install couchdb (Homebrew) or sudo port install couchdb && sudo port update couchdb && sudo port load couchdb (MacPorts)
  • Download and install OSXFuse

Installation

In a console run:

pip install git+https://@github.com/mycozycloud/cozy-fuse-linux.git

On OSX, if this error occured: error: command 'cc' failed with exit status 1, try again with the following command:

ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install git+https://github.com/mycozycloud/cozy-fuse-linux.git

On OSX, you must start couchdb in a terminal or daemonize it by yourself:

couchdb

Configure your connection with the remote Cozy:

cozy-fuse configure -u https://mycozy.cozycloud.cc -n online-cozy -p /home/me/mycozyfolder

Then starts synchronization and mount your target folder (both commands must be run at each startup):

cozy-fuse sync -n online -cozy
cozy-fuse mount -n online -cozy

On Ubuntu you must add read rights on /etc/fuse.conf

chmod a+r /etc/fuse.conf

On OSX, you must start CouchDB manually in a terminal, simply type couchdb

Troubleshootings

File copy fails.: It can be due to a bad initialization of your remote Cozy Proxy. Restart your proxy, log in and retry.

where to find logs?: Logs are stored in ~/.cozyfuse/cozyfuse.log .

What is Cozy?

Cozy Logo

Cozy is a platform that brings all your web services in the same private space. With it, your web apps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one profiles you.

Community

You can reach the Cozy Community by:

  • Chatting with us on IRC #cozycloud on irc.freenode.net
  • Posting on our Forum
  • Posting issues on the Github repos
  • Mentioning us on Twitter

couchdb-fuse's People

Contributors

jasondavies avatar jsilvestre avatar poupotte avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

frankrousseau

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.