Skip to content
spladug edited this page Apr 19, 2011 · 34 revisions

These instructions will guide you through the process of setting up a reddit clone for the first time. We also have an automated install script for Ubuntu Linux.

Prerequisites

Before continuing with this guide, make sure you have all of reddit's many dependencies installed. See one of the following guides for details.

This guide will assume that you are installing reddit as user reddit in the directory /home/reddit. If this is not the case, modify the examples accordingly.

Get the code

Clone the git repository available here on github.

reddit:~$ git clone git://github.com/reddit/reddit.git

PostgreSQL

Cassandra

RabbitMQ

memcached

Cron Jobs

Test it out

Clone this wiki locally