Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djmaze/stargazr
Get notifications for new releases on Github
https://github.com/djmaze/stargazr
Last synced: 27 days ago
JSON representation
Get notifications for new releases on Github
- Host: GitHub
- URL: https://github.com/djmaze/stargazr
- Owner: djmaze
- Created: 2013-12-30T02:38:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-30T19:33:27.000Z (over 9 years ago)
- Last Synced: 2024-12-08T20:41:30.723Z (about 1 month ago)
- Language: Ruby
- Homepage: http://stargazr.net
- Size: 579 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Join the chat at https://gitter.im/djmaze/stargazr](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/djmaze/stargazr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Prerequisites
* Ruby 2.0 with bundler installed
* [ArangoDB](http://www.arangodb.org/) 1.4 running locally (at port 8529)## Configuration
* Copy _.env.development.sample_ to _.env.development_. Adjust the mail settings.
* Register a new developer application in [the application settings at Github](https://github.com/settings/applications). Put the client id and secret in your _.env_ file.Production works accordingly. Just use _.env.production_ instead.
## Running
Run the website (just a boring Sinatra app):
ruby web.rb
Run the notifier (preferably once a day):
ruby notifier.rb
Set `RACK_ENV=production` to run in the production environment.
## Testing email
gem install mailcatcher
mailcatcherView mails at [http://localhost:1080](http://localhost:1080).