• This repository has been archived on 11/Sep/2018
  • Stars
    star
    984
  • Rank 46,195 (Top 1.0 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 7 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

place

place

April Fools 2017

Installation

Install the plugin itself.

cd ~/src/place
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, place

Update your development.update file:

+place_redis_url = redis://localhost:6380/

Finally, you'll need redis running. You can run it in the background or in a screen session, or set up some fancy upstart stuff if you're crazy.

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make

Then run:

src/redis-server --port 6380

Restoring the Board

In case redis needs to be restarted or gets cleared for whatever reason, you can re-load the board from Cassandra:

from reddit_place.lib import restore_redis_board_from_cass
restore_redis_board_from_cass()

More Repositories

1

reddit

historical code from reddit.com
Python
16,788
star
2

reddit1.0

Common Lisp
2,063
star
3

iReddit

The iReddit iPhone app
Objective-C
481
star
4

reddit-i18n

reddit's translation files - USE CROWDIN TO SUBMIT TRANSLATIONS. Direct pull requests to this repository will, generally, be rejected.
Python
136
star
5

reddit-plugin-thebutton

The Button.
Python
112
star
6

reddit-service-websockets

websockets for reddit
Python
106
star
7

reddit-plugin-robin

robin
JavaScript
94
star
8

push

this tool has been replaced with rollingpin ->
Python
79
star
9

public-data-sets

45
star
10

reddit-plugin-liveupdate

the code behind reddit live
JavaScript
44
star
11

reddit-plugin-gold

reddit gold plugin
JavaScript
27
star
12

reddit-plugin-about

reddit about pages plugin
JavaScript
20
star
13

tallier

high performance statsd drop-in
Go
20
star
14

postcards

stupid-simple thingy for managing postcards
Python
9
star
15

cabot-alert-twilio

reddit custom twilio alerting plugin for cabot
Python
9
star
16

reddit-plugin-meatspace

tools for meetups
Python
9
star
17

reddit-service-activity

activity counting service
Python
9
star
18

reddit-plugin-f2p

april fools 2013
Python
8
star
19

reddit-service-ads-tracking

This service provides endpoints for tracking ad clicks, impressions, and conversions.
Python
8
star
20

art-gallery

Submodule for common styles and assets used in reddit projects
CSS
6
star
21

reddit-plugin-betamode

reddit beta testing mode
Python
5
star
22

reddit-plugin-donate

reddit donate
JavaScript
5
star
23

reddit-plugin-dfp

dave's fantastic plugin
Python
4
star
24

reddit-mobile-plugin-metrics

JavaScript
3
star
25

metron-client

JavaScript
3
star
26

Lob

convenience bits over volley
Java
3
star
27

metron

JavaScript
3
star
28

node-mothership

CLI tools for running platform projects
JavaScript
3
star
29

reddit-cookiecutter-r2plugin

skeleton of a reddit plugin
Python
3
star
30

reddit-mobile-plugin-ads

JavaScript
2
star