kordless / datatau-net

Open Source Django-based Hacker News Board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataTau

https://datatau.net

Django based Hacker News clone

DataTau is a clone of popular Hacker News site. It was started in 2014 and went down with no explanation in May 2019. After a month of inactivity, we decided to create our own clone of the site under a .net domain using a framework familiar to us (Python based Django), reaching Hacker News front page when launching.

We decided to open source the project to avoid the mistakes of the original version and being more community-driven. Thanks to this you can contribute to make DataTau better and its development will not depend only on a few people, with the risk of going unmaintained again.

Another goal of this project is becoming Django based Hacker News style news board template you can use to power your own community.

We built this site very fast and copying a lot of original Hacker News frontend, so you can expect bugs, unsemantic html, etc. Please visit kanban board of this repository and issues if you think you can be helpful.

Project setup (Linux version)

  • Clone repository:
git clone git@github.com:datatau-net/DataTau.git
  • Install system dependencies:
sudo apt install virtualenv python3-dev
  • Create Python virtual environment
mkdir ~/.venvs
virtualenv -p python3 ~/.venvs/datatau_env
source ~/.venvs/datatau_env/bin/activate
pip install -r requirements.txt
  • Clean start
bash restart_db_dev.sh

Contributors

https://davidadrian.cc
David Cañones Ⓖ

https://pedro-munoz.tech
Pedro Muñoz Ⓖ

https://mashruravi.github.io
Ravi Mashru

About

Open Source Django-based Hacker News Board

License:MIT License


Languages

Language:Python 48.3%Language:HTML 38.2%Language:CSS 9.4%Language:JavaScript 3.9%Language:Shell 0.2%