KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
sinatra-webdav
★ 10
Open GitHub ↗
Sinatra based WebDAV implementation.
Download README (.md)
Explore Similar Repositories
Sencha-Touch-panels-demo
:
A demonstration of how panels work in Sencha Touch.
XtLightbox
:
Extendable lightbox for MooTools
Joey
:
Object wrappers for nodes in the Facebook Open Graph
jquery-cascading
:
A JQuery plugin for creating and deleting dependent selects dynamically based on data.
Rails3_CouchRest_Model_example
:
Just a small app to show how Rails3 and CouchRest::Model go together
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
sinatra-webdav
?
Download (.md)
# Sinatra based WebDAV implementation For an example application using OmniAuth and the FileBackend see [dullahan](https://github.com/fork/farmfacts/tree/master/dullahan). ## Setup $ git clone git@github.com:fork/sinatra-webdav.git $ cd sinatra-webdav $ bundle install We use NGINX and Phusion Passenger for deployment but you are free to choose any other Rack compatible webserver. ## Warning! If you serve files statically with nginx, apache, etc... don't make their location the document root. If you need them to be served statically instead use another server instance w/o sinatra-webdav or enable X-Sendfile. ## Requirements Ruby 1.9.2 ## Development We choose the litmus testing suite for the time being. It runs on Linux, Solaris, FreeBSD, CygWin, and many other Unix systems. You need a working build system (autoconf, make, ...). To run the litmus test suite: 1. $ cd test 2. $ passenger start -d 3. $ ./litmus_test.rb This extracts litmus, configures, compiles and runs it. ## TODO .. see SUGGESTIONS.md. ## Contact [Florian Aßmann](mailto:fassmann@fork.de)