Skip to content

A front end for the database dumps provided by the late What.CD

License

Notifications You must be signed in to change notification settings

XanderStrike/whatcd-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-browser

This is a barebones rails app for exploring the database of the late, great What.CD.

It is available here: http://whatbrowser.astandke.com

Setup

You will need:

Follow these steps:

  1. Clone the repository
  2. Create a database called whatcd
  3. Load the mysql dumps provided by What.CD (i.e. 7z e -so torrents.sql.7z | mysql -uroot)
  4. bundle install
  5. Run the server with rails s or passenger start

That should get you there. Note that you do not need to rake db:migrate, the database does not need to be modified for this tool.

Hacking

You are encouraged to fork this project, host it yourself, and make changes all you wish. I ask that if you add functionality that others might find valuable, you open a Pull Request back here. The code is already in a bit of a... state. So don't worry too much about being pretty.

License

MIT, see LICENSE.TXT

About

A front end for the database dumps provided by the late What.CD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published