ericpaulbishop / redmine_git_hosting

A ChiliProject/Redmine plugin which makes configuring your own git hosting easy.
186 stars 37 forks source link

gl-setup - command not found on plugin related migrations #169

Closed ruigoncalves closed 12 years ago

ruigoncalves commented 12 years ago

Hi there!

When I runned the command sudo RAILS_ENV=production rake db:migrate_plugins to apply the needed migrations for the plugin, the following message was outputted: bash: gl-setup: command not found

What could be wrong with my gitolite setup?

Thanks in advance for the help, Regards!

MichaelKling commented 12 years ago

gitolite 3.x doesnt has this commands anymore. you have to downgrade gitolite or update the redmine_git_hosting plugin in order to use the new commands. (like with git all gitolite start now with gitolite - in this case "gitolite setup")

ruigoncalves commented 12 years ago

I'm using the plugin version 0.4.2. Do know if this version its the latest one?

MichaelKling commented 12 years ago

there are various forks, some put different version numbers etc, but i dont know any fork for gitolite 3

ruigoncalves commented 12 years ago

I decided to reinstall again the gitolite previous version and everything went fine.