Hi guys...

I'm nearly there, but not quite (I'm a bit of a nuby to linux, having
moved from rails dev on windows).

Anyway, I believe have git installed (apt-get install git)
------------------------------------------------------------------------------------------
myapp$ sudo apt-get install git
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
The following packages were automatically installed and are no longer
required:
  rubygems1.8
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
------------------------------------------------------------------------------------------

so I then install the yamldb plugin

ruby script/plugin --verbose install git://github.com/adamwiggins/yaml_db.git

and get the following:

Plugins will be installed using http
git init
git pull --depth 1 git://github.com/adamwiggins/yaml_db.git


and no errors/warnings.  However on inspection, the plugin hasn't been
installed on my vendor/plugins directory

and so when I run
rake db:data:dump

it fails with
rake aborted!
Don't know how to build task 'db:data:dump'

any suggestions for a nuby?

I'm on Ubunto 8.10 I believe

Thanks
Peter

On Mar 24, 6:11 am, Adam Wiggins <[email protected]> wrote:
> Glad you got it figured out Paul.  You're right about mentioning yamldb,
> I've updated the instructions to include that step.
> Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to