public
Description: The Hydra Project
Homepage: http://code.google.com/p/hydraproject
Clone URL: git://github.com/mnutt/hydraproject.git
name age message
file .gitignore Sat Nov 29 21:26:13 -0800 2008 ignore everything in tmp/uploads and tmp/pids [Kevin Faaborg]
file .gitmodules Wed Dec 10 06:36:35 -0800 2008 Beginning work on feed import feature [mnutt]
file README Loading commit data...
file Rakefile Sun Oct 26 13:33:50 -0700 2008 For some reason, 'rake spec' initializes rails ... [mnutt]
directory app/ Wed Feb 25 16:25:24 -0800 2009 api list_torrents more resilient [mnutt]
file changelog.txt
directory config/
directory db/
directory doc/ Sun Oct 26 13:33:15 -0700 2008 Update rails [mnutt]
directory lib/ Wed Feb 25 13:57:08 -0800 2009 Copy default config files into place [mnutt]
directory log/ Fri Oct 17 20:51:35 -0700 2008 Git housekeeping [mnutt]
directory public/ Sat Nov 29 21:57:28 -0800 2008 Torrent form css [mnutt]
directory script/ Sun Oct 26 13:33:15 -0700 2008 Update rails [mnutt]
directory spec/ Wed Feb 25 13:18:29 -0800 2009 Fix specs [mnutt]
directory stories/ Thu Oct 23 07:38:38 -0700 2008 Half-way merged in restful_authentication [mnutt]
directory test/ Mon Dec 17 10:27:02 -0800 2007 Authenticated RSS Feeds (optional) git-svn-id:... [shantibraford]
directory tmp/ Sat Nov 29 21:25:41 -0800 2008 Add empty uploads directory [Kevin Faaborg]
directory torrents/ Fri Oct 17 20:51:35 -0700 2008 Git housekeeping [mnutt]
directory vendor/ Wed Dec 10 06:36:35 -0800 2008 Beginning work on feed import feature [mnutt]
README
== Welcome to the Hydra Project - Rails App

=== Install ===

Get the source:
  git clone git://github.com/mnutt/hydraproject.git
  cd hydraproject
  git submodule update --init

  Note: because hydraproject uses submodules, downloading the tarball will NOT work :(

Clone the default config files:
  rake hydra:prepare

Alter database.yml if you want to have a database other than hydra_dev.

Set up the database:
  rake db:create
  rake db:migrate

Start the server:
  script/server start

Please see the website for the latest documentation.

  http://code.google.com/p/hydraproject/