Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).