Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

reddit-archive/reddit-plugin-robin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robin

April Fools 2016

Installation

Install the plugin itself.

cd ~/src/robin
python setup.py build
sudo python setup.py develop

Then add the plugin to your ini file:

############################################ PLUGINS
# which plugins are enabled (they must be installed via setup.py first)
-plugins = about, liveupdate
+plugins = about, liveupdate, robin

Then, re-run the reddit installation script:

cd ~/src/reddit
sudo ./install-reddit.sh

Then, copy the upstart scripts:

sudo cp ~/src/robin/upstart/* /etc/init/

Then, enable the consumers:

cd ~/consumer-counts.d
echo 1 > robin_presence_q
echo 1 > robin_waitinglist_q
echo 1 > robin_subreddit_maker_q
sudo initctl emit reddit-start

Finally, enable the cron jobs:

sudo cp ~/src/robin/cron.d/* /etc/cron.d/