Giter Club home page Giter Club logo

skryl's Introduction

Dorian

A personal identity manager and aggregator written in Rails 3.1. A running demo is available at skryl.org.

Currently implemented modules for data aggregation:

  • Blog via Atom feed
  • GitHub via RSS feed
  • GoodReads via XML API
  • Twitter via RSS feed
  • Nike+ via REST API
  • MapMyFitness via REST API

Installation

  1. Clone this repository.

    git clone https://github.com/skryl/skryl.git

  2. From the new directory, bundle the project's dependencies with bundle install --path ..

  3. Raise the database schema with rake db:schema:load (and remember to specify RAILS_ENV for the environment you want to deploy to).

  4. Generate a new secret token initialier with rake secret_deploy.

  5. Customize config/initializers/app.rb and set your credentials in .env.yaml

  6. Customize the views in app/views with your own information.

  7. Update from all configured modules (e.g. Goodreads, Twitter, etc.) with rake update (again, specify RAILS_ENV).

  8. Start WebBrick with rails s (with a RAILS_ENV) and go to localhost:3000, or deploy on a production Rails server like Phusion Passenger or Thin.

Production

Production is set to use Dalli. Install Memcache via a package manager, or on Heroku:

heroku addons:add memcache

Cron

Dorian uses Whenever for Cron configuration. Install the whenever Gem on your system, then use it from the project directory to produce the lines that should go in your Crontab:

gem install whenever
whenever

skryl's People

Contributors

skryl avatar brandur avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.