Hourbank¶
running on fortune.gatineau.credil.org (ipv6 only)
startup¶
git clone git+ssh://code.credil.org/repositories/git/dracula/hourbank make -f etc/Makefile # to set up database script/server # run web framework
You might need specific versions of ruby gems and/or rails:
gem install -v3.8 rails
or whatever
Yes, it will dump all over your debian packages. That's because the ruby/rails people are ah, well, let's not go there.
And oh yes, their package management system is "sophisticated" according to them.
bjb@bjb-pc:~/work/dracula/hourbank$ script/server Rails requires RubyGems >= 1.3.2 (you have 1.2.0). Please `gem update --system` and try again. bjb@bjb-pc:~/work/dracula/hourbank$