Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yelinaung/SiFi
Simple Fileserver using Sinatra
https://github.com/yelinaung/SiFi
Last synced: 3 months ago
JSON representation
Simple Fileserver using Sinatra
- Host: GitHub
- URL: https://github.com/yelinaung/SiFi
- Owner: yelinaung
- Created: 2013-05-13T12:52:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-14T03:59:20.000Z (over 10 years ago)
- Last Synced: 2024-05-31T20:03:55.279Z (5 months ago)
- Language: Ruby
- Size: 3.85 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SiFi
====Simple Fileserver using Sinatra
## Quick Start
```bash
$ git clone [email protected]:yelinaung/SiFi.git
$ cd SiFi
$ bundle install
$ ruby app/app.rb
(or)
$ rake run
```You can replace any the files under `books` directory.
Upload directory can be edited at `app.rb` line:40 - `upload_path`.
## To Do
- Search
- Upload [ Done ]
- Quick Preview
- Writing Test## Code Status
[![Build Status](https://travis-ci.org/yelinaung/SiFi.png?branch=master)](https://travis-ci.org/yelinaung/SiFi)## License
SiFi is released under the [MIT License](http://www.opensource.org/licenses/MIT).