An open API service indexing awesome lists of open source software.

https://github.com/koddsson/coredata-disk-linux

Coredata virtual drive for linux
https://github.com/koddsson/coredata-disk-linux

Last synced: 8 months ago
JSON representation

Coredata virtual drive for linux

Awesome Lists containing this project

README

          

Coredata Linux Virtual Disk
===========================

A very basic FUSE implementation against the coredata API.

Feel free to try it out and report back if it's missing features you'd like!
Features are slowly but surely being added.

Usage
-----
Create a `config.py` in the root of this project with the following info ...
```
hostname = 'https:///'
username = ''
password = ''
```
... and then execute the following commands in the terminal
```
mkvirtualenv coredata-linux-disk
pip install -r requirements.txt
python disk.py
```