Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnutt/hydraproject

The Hydra Project
https://github.com/mnutt/hydraproject

Last synced: about 2 months ago
JSON representation

The Hydra Project

Awesome Lists containing this project

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/