https://github.com/mnutt/hydraproject
The Hydra Project
https://github.com/mnutt/hydraproject
Last synced: about 1 year ago
JSON representation
The Hydra Project
- Host: GitHub
- URL: https://github.com/mnutt/hydraproject
- Owner: mnutt
- Created: 2008-10-30T05:17:44.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-04-07T02:07:39.000Z (about 17 years ago)
- Last Synced: 2025-04-05T09:41:58.343Z (about 1 year ago)
- Language: Ruby
- Homepage: http://code.google.com/p/hydraproject
- Size: 3.66 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: changelog.txt
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/