Commit 66e6f5797e6a87ff685808100760ae39abf0339b

fixed typo

Commit diff

HACKING

 
1111
12121. Do the normal rails app stuff (database.yml etc.)
1313
142. Rename the config/gitorious.sample.yml file to gitorious.yml, and update it with your cahnges.
142. Rename the config/gitorious.sample.yml file to gitorious.yml, and update it with your changes.
1515
16163a. If you want real project data, find a project, set the 'ready' status to true, create a bare git repository (git --bare init) in the directory GitoriousConfig['repository_base_path']/#{project.slug}/#{repository.name}.git, and push something to that repository (cd to a git repository with commits and do "git push path/to/the/bare/repository/you/just/created master").
1717
toggle raw diff