Thanks. Apperently some gem is depending on git. I'll try to find it and remove it. It looks like aruba which is only needed for testing.
Try bundle install --without test to see if it will skip aruba and the dependency on git Reinier > -----Oorspronkelijk bericht----- > Van: [email protected] [mailto:tracks-discuss- > [email protected]] Namens Jamie Stotz > Verzonden: woensdag 11 april 2012 17:33 > Aan: [email protected] > Onderwerp: [Tracks-discuss] 2.1rc errors during install > > I'm trying to follow the installation instructions and have run into some > problems. > > 1. when I try: rake time:zones:local > I get: > /opt/tracks/vendor/gems/aruba-0.2.2/aruba.gemspec:24: command not > found: git ls-files > sh: 1: git: not found > sh: 1: git: not found > rake aborted! > Bundler couldn't find some gems.Did you run `bundle install`? > > I have run bundle install. > > 2. when I try: bundle exec rake db:migrate RAILS_ENV=production > I get: > /opt/tracks/vendor/gems/aruba-0.2.2/aruba.gemspec:24: command not > found: git ls-files > sh: 1: git: not found > sh: 1: git: not found > Could not find mysql-2.8.1 in any of the sources > > I am installing this on Ubuntu 12.04 beta 2 > > I don't have git installed but none of the many install instructions said > anything about installing it. > > Thanks, > > > Jamie Stotz > Workflow Manager > MOSAIC > 4801 Viewpoint Place > Cheverly, MD 20781 > Phone: 301-955-1408 > Fax: 301-927-3621 > [email protected] > > _______________________________________________ > Tracks-discuss mailing list > [email protected] > http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
