Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timbuchwaldt/einbeiniger
https://github.com/timbuchwaldt/einbeiniger
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timbuchwaldt/einbeiniger
- Owner: timbuchwaldt
- License: bsd-3-clause
- Created: 2013-09-19T10:12:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T15:51:59.000Z (almost 6 years ago)
- Last Synced: 2024-04-15T02:59:44.484Z (9 months ago)
- Language: Ruby
- Size: 131 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#einbeiniger
The "einbeinige" is a mysterious creature from the german radio scene. He allows scheduling calls for call-in shows with a simple proposal system.## local testing
Install the ruby bundler gem and run bundle to install the gems:
gem install bundler --no-ri --no-rdoc
bundle install## deployment to heroku
Create a heroku app ```heroku apps:create name``` and push the code.Use the following to create a secret key on heroku:
heroku config:set SECRET_KEY_BASE=`rake secret`