11175
(-- --)
1
Hi.
I try to install a plugin, but with no success, nothing is printed, the
plugin is not installed. Input and output on my console:
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ script/plugin
install git://github.com/ewildgoose/render_component.git -r rails-2.3
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ./script/plugin
install git://github.com/ewildgoose/render_component.git -r rails-2.3
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ruby
script/plugin install git://github.com/ewildgoose/render_component.git
-r rails-2.3
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ls -al
vendor/plugins | grep active
Software:
rails 2.3.4
ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux]
Any help appreciated.
M.
11175
(-- --)
2
I tried this, but its still not doing everything:
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ ruby
script/plugin install http://github.com/ewildgoose/render_component.git/
-r rails-2.3
+ ./README
+ ./Rakefile
+ ./init.rb
+ ./lib/components.rb
+ ./test/abstract_unit.rb
+ ./test/components_test.rb
11175
(-- --)
3
Michal Burak wrote:
Hi.
I try to install a plugin, but with no success, nothing is printed, the
plugin is not installed. Input and output on my console:
wojtek@wojtek-laptop-hp:~/workspace_galileo/miejscowki$ script/plugin
install git://github.com/ewildgoose/render_component.git -r rails-2.3
[...]
Any help appreciated.
M.
Do you have a Git client installed?
Best,