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
- Host: GitHub
- URL: https://github.com/koddsson/coredata-disk-linux
- Owner: koddsson
- Created: 2014-06-15T14:33:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-19T18:10:15.000Z (almost 12 years ago)
- Last Synced: 2025-01-08T00:57:30.742Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```