Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.
/ sportle Public archive

sinatra app to save schedule with redis as backend

Notifications You must be signed in to change notification settings

andreaseger/sportle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sportle (working title)

a sinatra webapp to store, organize and share sport schedules. A Redis Database is used as Backend

Dependencies

Dependencies are all handled through bundler.

$ bundle install

See http://redis.io for directions on installing and configuring a redis server.

Setup

To run the server: $ rackup -p 4567

Database

Sportle will connect to Redis on localhost on the default port. You can specify an other setup if you set REDIS_URL in your environment, i.e.:

$ REDIS_URL='redis://:secret@1.2.3.4:9000/3' ruby service.rb

This would connect to host 1.2.3.4 on port 9000, uses database number 3 using the password 'secret'.

Meta

Created by Eger Andreas

Creative Commons License
sportle is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

About

sinatra app to save schedule with redis as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published