Skip to content

iwalabs/refinerycms-auto_tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Tweets engine for Refinery CMS.

Installing

Add refinerycms-auto_tweets to your Gemfile

gem 'refinerycms-auto_tweets', :git => 'git://github.com/iwalabs/refinerycms-auto_tweets.git'

Run generator

bundle exec rails g refinerycms_auto_tweets

Please check your config/application.rb for observer configuration

Set default host URL

Rails.application.routes.default_url_options[:host]= 'www.iwa.fi'

Run migration

bundle exec rake db:migrate

Go to Refinery admin and set appropriate Twitter API key.

Set up Cron Job for blog published in the future.

Set your cron job to run the following task.

bundle exec rake refinery:auto_tweets:cron

Standalone Gem set up

How to build this engine as a gem

gem build refinerycms-auto_tweets.gemspec
gem install refinerycms-auto_tweets.gem

TODO: Sign up for a http://rubygems.org/ account and publish the gem

gem push refinerycms-auto_tweets.gem

Authors

License

Copyright 2012 Iwa Labs Ltd. Licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages