altsol / redmine_mattermost

Mattermost notification plugin for Redmine
Other
66 stars 96 forks source link

Redmine 3.2.x: Bundler::PermissionError (Bundler::PermissionError) #11

Closed ghost closed 8 years ago

ghost commented 8 years ago

If you have this error with Redmine 3.2.x you can try

cd redmine/plugins git clone https://github.com/altsol/redmine_mattermost.git redmine_mattermost sudo chown -R root:root redmine_mattermost rake redmine:plugins:migrate RAILS_ENV=production sudo apt get install libhttpclient-ruby bundle install --no-deployment sudo service apache2 restart

See https://github.com/sciyoshi/redmine-slack/issues/46