Skip to content

Instantly share code, notes, and snippets.

@WasabiFan
Created December 6, 2015 07:38
Show Gist options
  • Save WasabiFan/5ab8fcfd51299782884f to your computer and use it in GitHub Desktop.
Save WasabiFan/5ab8fcfd51299782884f to your computer and use it in GitHub Desktop.
wasabifan: ~ $ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
gpg: directory `/home/wasabifan/.gnupg' created
gpg: new configuration file `/home/wasabifan/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/wasabifan/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/home/wasabifan/.gnupg/secring.gpg' created
gpg: keyring `/home/wasabifan/.gnupg/pubring.gpg' created
gpg: requesting key D39DC0E3 from hkp server keys.gnupg.net
gpg: /home/wasabifan/.gnupg/trustdb.gpg: trustdb created
gpg: key D39DC0E3: public key "Michal Papis (RVM signing) <mpapis@gmail.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
wasabifan: ~ $ \curl -sSL https://get.rvm.io | bash -s stable
Downloading https://github.com/rvm/rvm/archive/1.26.11.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.26.11/1.26.11.tar.gz.asc
gpg: Signature made Mon Mar 30 21:52:13 2015 UTC using RSA key ID BF04FF17
gpg: Good signature from "Michal Papis (RVM signing) <mpapis@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 409B 6B17 96C2 7546 2A17 0311 3804 BB82 D39D C0E3
Subkey fingerprint: 62C9 E5F4 DA30 0D94 AC36 166B E206 C29F BF04 FF17
GPG verified '/home/wasabifan/.rvm/archives/rvm-1.26.11.tgz'
Installing RVM to /home/wasabifan/.rvm/
Adding rvm PATH line to /home/wasabifan/.profile /home/wasabifan/.mkshrc /home/wasabifan/.bashrc /home/wasabifan/.zshrc.
Adding rvm loading line to /home/wasabifan/.profile /home/wasabifan/.bash_profile /home/wasabifan/.zlogin.
Installation of RVM in /home/wasabifan/.rvm/ is almost complete:
* To start using RVM you need to run `source /home/wasabifan/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
# wasabifan,
#
# Thank you for using RVM!
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
wasabifan: ~ $ source /home/wasabifan/.rvm/scripts/rvm
wasabifan: ~ $ rvm use 2.1
ruby-2.1.5 is not installed.
To install do: 'rvm install ruby-2.1.5'
wasabifan: ~ $ rvm install 2.1.5
Searching for binary rubies, this might take some time.
Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/14.04/x86_64/ruby-2.1.5.tar.bz2
Checking requirements for ubuntu.
Installing requirements for ubuntu.
Updating system.....
Installing required packages: g++, make, libreadline6-dev, zlib1g-dev, libssl-dev, libyaml-dev, libsqlite3-dev, sqlite3, autoconf, libgdbm-dev, libncurses5-dev, automake, libtool, bison, pkg-config,
libffi-dev...................
Requirements installation successful.
ruby-2.1.5 - #configure
ruby-2.1.5 - #download
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 23.1M 100 23.1M 0 0 28.2M 0 --:--:-- --:--:-- --:--:-- 28.1M
ruby-2.1.5 - #validate archive
ruby-2.1.5 - #extract
ruby-2.1.5 - #validate binary
ruby-2.1.5 - #setup
ruby-2.1.5 - #gemset created /home/wasabifan/.rvm/gems/ruby-2.1.5@global
ruby-2.1.5 - #importing gemset /home/wasabifan/.rvm/gemsets/global.gems..............................
ruby-2.1.5 - #generating global wrappers........
ruby-2.1.5 - #gemset created /home/wasabifan/.rvm/gems/ruby-2.1.5
ruby-2.1.5 - #importing gemsetfile /home/wasabifan/.rvm/gemsets/default.gems evaluated to empty gem list
ruby-2.1.5 - #generating default wrappers........
wasabifan: ~ $ rvm use 2.1
Using /home/wasabifan/.rvm/gems/ruby-2.1.5
wasabifan: ~ $ ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
wasabifan: ~ $ gem list
*** LOCAL GEMS ***
bigdecimal (1.2.4)
bundler (1.7.6)
bundler-unload (1.0.2)
executable-hooks (1.3.2)
gem-wrappers (1.2.7)
io-console (0.4.2)
json (1.8.1)
minitest (4.7.5)
psych (2.0.5)
rake (10.1.0)
rdoc (4.1.0)
rubygems-bundler (1.4.4)
rvm (1.11.3.9)
test-unit (2.1.5.0)
wasabifan: ~ $ gem install bundler
Fetching: bundler-1.10.6.gem (100%)
Successfully installed bundler-1.10.6
Parsing documentation for bundler-1.10.6
Installing ri documentation for bundler-1.10.6
Done installing documentation for bundler after 15 seconds
1 gem installed
wasabifan: ~ $ git clone https://github.com/wasabifan/curly-parakeet
Cloning into 'curly-parakeet'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 7 (delta 0), reused 7 (delta 0), pack-reused 0
Unpacking objects: 100% (7/7), done.
Checking connectivity... done.
wasabifan: ~ $ cd curly-parakeet/
wasabifan: ~/curly-parakeet $ ls
Gemfile Gemfile.lock README.md _config.yml my-main-page.md
wasabifan: ~/curly-parakeet $ bundle install
Fetching gem metadata from https://rubygems.org/............
Fetching version metadata from https://rubygems.org/...
Fetching dependency metadata from https://rubygems.org/..
Resolving dependencies.....
Installing RedCloth 4.2.9 with native extensions
Installing i18n 0.7.0
Installing json 1.8.3 with native extensions
Installing minitest 5.8.3
Installing thread_safe 0.3.5
Installing tzinfo 1.2.2
Installing activesupport 4.2.5
Installing addressable 2.3.8
Installing blankslate 2.1.2.4
Installing fast-stemmer 1.0.2 with native extensions
Installing classifier-reborn 2.0.4
Installing coffee-script-source 1.10.0
Installing execjs 2.6.0
Installing coffee-script 2.4.1
Installing colorator 0.1
Installing ffi 1.9.10 with native extensions
Installing ethon 0.8.0
Installing multipart-post 2.0.0
Installing faraday 0.9.2
Installing gemoji 2.1.0
Installing net-dns 0.8.0
Installing public_suffix 1.5.2
Installing typhoeus 0.8.0
Installing github-pages-health-check 0.5.3
Installing jekyll-coffeescript 1.0.1
Installing sawyer 0.6.0
Installing octokit 4.2.0
Installing jekyll-gist 1.4.0
Installing jekyll-paginate 1.1.0
Installing sass 3.4.19
Installing jekyll-sass-converter 1.3.0
Installing rb-fsevent 0.9.6
Installing rb-inotify 0.9.5
Installing listen 3.0.5
Installing jekyll-watch 1.3.0
Installing kramdown 1.9.0
Installing liquid 2.6.2
Installing mercenary 0.3.5
Installing posix-spawn 0.3.11 with native extensions
Installing yajl-ruby 1.2.1 with native extensions
Installing pygments.rb 0.6.3
Installing redcarpet 3.3.3 with native extensions
Installing safe_yaml 1.0.4
Installing parslet 1.5.0
Installing toml 0.1.2
Installing jekyll 2.4.0
Installing jekyll-feed 0.3.1
Installing mini_portile2 2.0.0
Installing nokogiri 1.6.7 with native extensions
Installing html-pipeline 1.9.0
Installing jekyll-mentions 0.2.1
Installing jekyll-redirect-from 0.8.0
Installing jekyll-sitemap 0.9.0
Installing jemoji 0.5.0
Installing maruku 0.7.0
Installing rdiscount 2.1.8 with native extensions
Installing terminal-table 1.5.2
Installing github-pages 40
Installing jekyll-github-metadata 1.1.0
Using bundler 1.10.6
Bundle complete! 2 Gemfile dependencies, 60 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
Post-install message from html-pipeline:
-------------------------------------------------
Thank you for installing html-pipeline!
You must bundle Filter gem dependencies.
See html-pipeline README.md for more details.
https://github.com/jch/html-pipeline#dependencies
-------------------------------------------------
wasabifan: ~/curly-parakeet $ bundle exec jekyll build --trace
Configuration file: /home/wasabifan/curly-parakeet/_config.yml
Source: /home/wasabifan/curly-parakeet
Destination: /home/wasabifan/curly-parakeet/_site
Generating...
/home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:67:in `join': no implicit conversion of Jekyll::GitHubMetadata::Value into String (TypeErr
or)
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:67:in `redirect_url'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:19:in `block (2 levels) in generate_alt_urls'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:15:in `each'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:15:in `block in generate_alt_urls'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:13:in `each'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:13:in `generate_alt_urls'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-redirect-from-0.8.0/lib/jekyll-redirect-from/redirector.rb:8:in `generate'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/site.rb:251:in `block in generate'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/site.rb:250:in `each'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/site.rb:250:in `generate'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/site.rb:45:in `process'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/command.rb:28:in `process_site'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/commands/build.rb:55:in `build'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/commands/build.rb:33:in `process'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/lib/jekyll/commands/build.rb:17:in `block (2 levels) in init_with_program'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `call'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `block in execute'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `each'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `execute'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in `go'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/gems/jekyll-2.4.0/bin/jekyll:18:in `<top (required)>'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/bin/jekyll:23:in `load'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/bin/jekyll:23:in `<main>'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/bin/ruby_executable_hooks:15:in `eval'
from /home/wasabifan/.rvm/gems/ruby-2.1.5/bin/ruby_executable_hooks:15:in `<main>'
wasabifan: ~/curly-parakeet $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment