Hi all,
I'm trying to install tog on my computer (Mac) following the guide on
github (
http://wiki.github.com/tog/tog/installing-tog).
It begins correctly, rake gems:install appears to work, but when it
comes to the plugin dependencies only seo_urls gets installed, the
others just pass over them.
I'm attaching the results, I hope someone can help me with this
problem.
Should I install some pre-requisites?
Thank you in advance.
Antonio Fernández
----------------------------------------------------------------------------------------------------------------------------------
applying template:
http://tr.im/tog_edge
--------------------------------------------
Welcome to the Tog installer v0.6.0
This installer will guide you through the tog integration process. The
installer
downloads a few plugins over the internet so the time it takes depends
in a great
measure of your bandwidth, but usually it should take a few minutes.
Here's what you can expect from the installation process:
1. All the tog's dependencies will be installed for you.
2. The installer will generate a few migrations required by the
dependencies
4. The host app will be a working tog instance after the
installation.
Don't worry if anything goes wrong. This installer will advise you on
how to
solve any problems.
Press Enter to continue, or Ctrl-C to abort.
--------------------------------------------
Installing gem dependencies...
We are going to install the required gems. This could be done as super
user in a host-wide manner of just for your user.
executing gem sources -a
http://gems.github.com from /Users/
antonio/Desktop/hello_tog3
gem desert
gem mislav-will_paginate
gem tog-tog
gem thoughtbot-factory_girl
gem jackdempsey-acts_as_commentable
gem mreinsch-acts_as_rateable
gem RedCloth
gem mbleigh-acts-as-taggable-on
gem linkingpaths-acts_as_abusable
gem rubyist-aasm
gem oauth
Install required gems as root? (y/n). If you are using
Windows, please, answer 'n'. If installing gems as superuser you could
be asked to enter your password.
y
rake gems:install
--------------------------------------------
Installing plugin dependencies...
* seo_urls... plugin seo_urls
installed
* acts_as_shareable ... plugin acts_as_shareable
* viking ... plugin viking
* acts_as_scribe ... plugin acts_as_scribe
* paperclip ... plugin paperclip
--------------------------------------------
Generating dependencies migrations...
generating comment
* acts_as_commentable installed... generated
generating acts_as_rateable_migration
* acts_as_rateable migration... generated
generating acts_as_abusable_migration
* acts_as_abusable migration... generated
generating acts_as_taggable_on_migration
* acts_as_taggable migration... generated
generating acts_as_scribe_migration
* acts_as_scribe migration... generated
generating share_migration
* acts_as_shareable migration... generated
--------------------------------------------
Installing tog_user plugin...
Tog includes its own user authentication library: tog_user. It's based
on the great restful-authentication plugin and well suited to work out-
the-box.
If you're creating a new app it's definitely recommended to install
this plugin.
If you've already using a user library in the host app you can skip
this step.
Press Enter to install tog_user, or 'n' to skip this step
* restful_authentication ... plugin restful_authentication
The template [
http://tr.im/tog_edge] could not be loaded. Error:
(eval):144:in `rename': No such file or directory - vendor/plugins/
restful-authentication or vendor/plugins/restful_authentication
antonio ~/Desktop> rake gems:install
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/Library/Ruby/Gems/1.8/gems/rake-0.8.7/lib/rake.rb:2377:in
`raw_load_rakefile'
(See full trace by running task with --trace)
-------------------------