Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mnutt/hydraproject
The Hydra Project
https://github.com/mnutt/hydraproject
Last synced: about 2 months ago
JSON representation
The Hydra Project
- Host: GitHub
- URL: https://github.com/mnutt/hydraproject
- Owner: mnutt
- Created: 2008-10-30T05:17:44.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-04-07T02:07:39.000Z (over 15 years ago)
- Last Synced: 2024-04-08T15:45:59.882Z (9 months ago)
- Language: Ruby
- Homepage: http://code.google.com/p/hydraproject
- Size: 3.66 MB
- Stars: 9
- Watchers: 3
- 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 --initNote: because hydraproject uses submodules, downloading the tarball will NOT work :(
Clone the default config files:
rake hydra:prepareAlter database.yml if you want to have a database other than hydra_dev.
Set up the database:
rake db:create
rake db:migrateStart the server:
script/server startPlease see the website for the latest documentation.
http://code.google.com/p/hydraproject/