forked from reddit-archive/reddit
-
Notifications
You must be signed in to change notification settings - Fork 0
Install guide
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.
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.
Clone the git repository available here on github.
reddit:~$ git clone git://github.com/reddit/reddit.gitOnce this is done, you'll need to install the python module dependencies.
$ cd reddit/r2
$ sudo python setup.py develop
$ make