Skip to content

Instantly share code, notes, and snippets.

@unsangkarable
Created August 30, 2015 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unsangkarable/cd60258d1760ee11d4e4 to your computer and use it in GitHub Desktop.
Save unsangkarable/cd60258d1760ee11d4e4 to your computer and use it in GitHub Desktop.
must install cinch
gem install --user-install bundler
got error: WARNING: You don't have /home/mon/.gem/ruby/2.2.0/bin in your PATH, gem executables will not run.
add PATH=$PATH:/home/mon/.gem/ruby/2.2.0/bin to your ~/.bashrc
now source ~/.bashrc
bundle -v
Bundler version 1.10.6
run bundle install --deployment
Tell your sysadmin to install ruby-dev.
you'll need to ask your admin to install the development tools for Ruby, on Debian/ubuntu it's ruby-dev
retry bundle install --deployment
17:20 <jhass> looks like the development headers for imagemagick are missing
17:20 <jhass> imagemagick-dev? idk
17:21 <jhass> it's another package your admin would need to install
17:21 <jhass> imagemagick libmagickcore-dev libmagickwand-dev
17:21 <jhass> according to rmagick wiki
17:26 <mon_> run again the bundle install?
17:26 <jhass> alright nice, yes
17:28 <mon_> jhass : https://gist.github.com/unsangkarable/b0728d9700e5032757a9
17:28 <mon_> looks that it is completed
17:28 <jhass> looking good, yes!
17:28 <jhass> now try bundle exec ruby bot.rb
17:28 <jhass> now try bundle exec ruby bot.rb
* need to edit config.yml file *remove mode* & edit channel name with wo spaces before - (http://paste.mrzyx.de/p8yhw0hzi )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment