Question
Anyone has any experience with Python and Postgres, specifically Reddit Code?
Hello,
I'm trying to install Reddit Code (https://github.com/reddit/reddit) on Ubuntu 12.04.
I already installed it locally on my laptop and it worked, the process was smooth.
But now that I'm trying it on a live node, I keep getting errors regarding Cassandra. It says that Cassandra cannot connect to localhost port 9160. I didn't have that problem when I worked with locally.
Reddit Code requires a list of dependencies for it to work: https://github.com/reddit/reddit/wiki/Dependencies
They even have an automated installation script for Ubuntu 12.04: https://github.com/reddit/reddit/wiki/reddit-install-script-for-Ubuntu
But I guess you need to install the dependencies manually first before you run that script.
Thank you for your time.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×