Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roschaefer/ursuppe
https://github.com/roschaefer/ursuppe
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roschaefer/ursuppe
- Owner: roschaefer
- Created: 2015-08-03T15:14:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T15:57:39.000Z (over 9 years ago)
- Last Synced: 2023-04-03T21:56:15.259Z (almost 2 years ago)
- Language: Ruby
- Size: 1.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ursuppe
## Installation
Clone this repository:
$ git clone [email protected]:roschaefer/Ursuppe.git
Install the dependencies and setup your database:
$ bundle
$ rake db:migrate
$ rake db:migrate RAILS_ENV=testCreate your [Twitter Tokens](https://apps.twitter.com/) and you will need your Spark Tokens as well. Store them in a file called ```secrets.yml```, use the [template](/secrets.yml.default) for example.
In order to view the live blog you need to install the [jekyll blogging framework](http://jekyllrb.com/).
## Usage
Set the ```START_OF_EXPERIMENT``` constant in [Ursuppe.rb](/ursuppe.rb).
Run:
$ ruby loop.rb
Start jekyll in the blog folder:
$ cd UrsuppeBlog
$ jekyll serverPoint your Browser to [localhost](http://localhost:4000/ursuppe/).
## Development
## Test
Run:
$ bundle exec rspec
## Contributing
1. Fork it ( https://github.com/[my-github-username]/Ursuppe/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request