Hey, all- some hopefully useful notes on pulling a fresh checkout of master on github, and running through the docs there to set up a clean new install:
* ' ### Configure variables [config_install] ###' refers to 'environment.yml.tmpl' rather than 'environment.rb.tmpl' * same section refers to tracks-15.db rather than tracks-17.db * '### Populate your database with the Tracks 1.7 schema [rake_install] ###' says to run `rake db:migrate RAILS_ENV=production`; those should be ' instead of ` else the output is evaluated :) same problem in a couple other places- is this a markdown-ism? * when running rake migrate on the provided db, I get the following (apparently harmless?) warning: config.gem: Unpacked gem highline-1.5.0 in vendor/gems has no specification file. Run 'rake gems:refresh_specs' to fix this. Otherwise, the docs look good (obviously didn't check the mysql stuff.) Note that import of a backup.yaml fails for me on a clean install; this may be because the database on my 'old' install is a bit of a mess a as a result of the mysql->sqlite move I did a while ago? I can shoot someone my .yaml file if they want to poke at it or have a sample file; don't think there is anything too incriminating in there :) Thanks as always- Luis _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
