jorgeyp / reddit-plugin-robin

robin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

robin

License:Other


Languages

Language:JavaScript 42.2%Language:Python 35.7%Language:CSS 15.9%Language:HTML 6.2%