Skip to content

Instantly share code, notes, and snippets.

@mnyrop
Created November 19, 2019 20:46
Show Gist options
  • Select an option

  • Save mnyrop/eb1e2a7a03764096d16c9cf341a00bf8 to your computer and use it in GitHub Desktop.

Select an option

Save mnyrop/eb1e2a7a03764096d16c9cf341a00bf8 to your computer and use it in GitHub Desktop.

Prod specs

Ubuntu

$ lsb_release -a

Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty

Apache

$ apache2 -v

Server version: Apache/2.4.7 (Ubuntu)
Server built:   Apr 18 2018 15:36:26

Passenger

$ passenger --version

Phusion Passenger 5.2.3

$ which passenger

/usr/bin/passenger

Ruby

$ ruby -v

ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-linux]

$ which ruby

/home/ubuntu/.rbenv/shims/ruby

$ rvm --version

rvm: command not found

Bundler

$ bundle --version

Bundler version 1.15.1

Application

$ bundle exec rake about

About your application's environment
Rails version             5.0.7
Ruby version              2.2.3-p173 (x86_64-linux)
RubyGems version          2.6.6
Rack version              2.0.5
JavaScript Runtime        Node.js (V8)
Middleware                Rack::Sendfile, ActionDispatch::Static, ActionDispatch::Executor, ActiveSupport::Cache::Strategy::LocalCache::Middleware, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, Rack::Head, Rack::ConditionalGet, Rack::ETag, Warden::Manager, OmniAuth::Strategies::Nyulibraries
Application root          /home/ubuntu/nyu_geoblacklight
Environment               development
Database adapter          mysql2
Database schema version   20151027172159

Gemfile

$ cat Gemfile.lock

GIT
  remote: git://github.com/NYULibraries/omniauth-nyulibraries.git
  revision: 97c7a534d5af9b5f21e3edc49b76644782cfc84d
  tag: v2.1.2
  specs:
    omniauth-nyulibraries (2.1.2)
      omniauth-oauth2 (~> 1.2.0)

GEM
  remote: https://rubygems.org/
  specs:
    actioncable (5.0.7)
      actionpack (= 5.0.7)
      nio4r (>= 1.2, < 3.0)
      websocket-driver (~> 0.6.1)
    actionmailer (5.0.7)
      actionpack (= 5.0.7)
      actionview (= 5.0.7)
      activejob (= 5.0.7)
      mail (~> 2.5, >= 2.5.4)
      rails-dom-testing (~> 2.0)
    actionpack (5.0.7)
      actionview (= 5.0.7)
      activesupport (= 5.0.7)
      rack (~> 2.0)
      rack-test (~> 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.2)
    actionview (5.0.7)
      activesupport (= 5.0.7)
      builder (~> 3.1)
      erubis (~> 2.7.0)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.0.3)
    activejob (5.0.7)
      activesupport (= 5.0.7)
      globalid (>= 0.3.6)
    activemodel (5.0.7)
      activesupport (= 5.0.7)
    activerecord (5.0.7)
      activemodel (= 5.0.7)
      activesupport (= 5.0.7)
      arel (~> 7.0)
    activesupport (5.0.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 0.7, < 2)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.2)
      public_suffix (>= 2.0.2, < 4.0)
    arel (7.1.4)
    autoprefixer-rails (8.4.1)
      execjs
    bcrypt (3.1.11)
    binding_of_caller (0.8.0)
      debug_inspector (>= 0.0.1)
    blacklight (6.15.0)
      bootstrap-sass (~> 3.2)
      deprecation
      globalid
      jbuilder
      kaminari (>= 0.15)
      nokogiri (~> 1.6)
      rails (>= 4.2, < 6)
      rsolr (>= 1.0.6, < 3)
      twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
    bootstrap-sass (3.3.7)
      autoprefixer-rails (>= 5.2.1)
      sass (>= 3.3.4)
    builder (3.2.3)
    byebug (10.0.2)
    coderay (1.1.2)
    coffee-rails (4.1.1)
      coffee-script (>= 2.2.0)
      railties (>= 4.0.0, < 5.1.x)
    coffee-script (2.4.1)
      coffee-script-source
      execjs
    coffee-script-source (1.12.2)
    concurrent-ruby (1.0.5)
    config (1.7.0)
      activesupport (>= 3.0)
      deep_merge (~> 1.2.1)
      dry-validation (>= 0.10.4)
    crass (1.0.4)
    debug_inspector (0.0.3)
    deep_merge (1.2.1)
    deprecation (1.0.0)
      activesupport
    devise (4.4.3)
      bcrypt (~> 3.0)
      orm_adapter (~> 0.1)
      railties (>= 4.1.0, < 6.0)
      responders
      warden (~> 1.2.3)
    dry-configurable (0.7.0)
      concurrent-ruby (~> 1.0)
    dry-container (0.6.0)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
    dry-core (0.4.5)
      concurrent-ruby (~> 1.0)
    dry-equalizer (0.2.1)
    dry-logic (0.4.2)
      dry-container (~> 0.2, >= 0.2.6)
      dry-core (~> 0.2)
      dry-equalizer (~> 0.2)
    dry-types (0.12.2)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1)
      dry-container (~> 0.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.2)
      inflecto (~> 0.0.0, >= 0.0.2)
    dry-validation (0.11.1)
      concurrent-ruby (~> 1.0)
      dry-configurable (~> 0.1, >= 0.1.3)
      dry-core (~> 0.2, >= 0.2.1)
      dry-equalizer (~> 0.2)
      dry-logic (~> 0.4, >= 0.4.0)
      dry-types (~> 0.12.0)
    erubis (2.7.0)
    execjs (2.7.0)
    faraday (0.9.2)
      multipart-post (>= 1.2, < 3)
    faraday_middleware (0.12.2)
      faraday (>= 0.7.4, < 1.0)
    ffi (1.9.23)
    figs (2.1.1)
      git (~> 1.2)
      rake (~> 10.1)
    font-awesome-rails (4.7.0.4)
      railties (>= 3.2, < 6.0)
    geo_combine (0.3.1)
      json-schema
      nokogiri
      rsolr
      sanitize
      thor
    geoblacklight (1.8.0)
      blacklight (~> 6.11)
      coderay
      config
      deprecation
      faraday
      faraday_middleware
      font-awesome-rails
      geo_combine (>= 0.3)
      geoblacklight-icons (>= 0.2)
      handlebars_assets
      leaflet-rails (~> 0.7.3)
      mime-types
      rails (~> 5.0)
    geoblacklight-icons (1.3.1)
    git (1.3.0)
    globalid (0.4.1)
      activesupport (>= 4.2.0)
    handlebars_assets (0.23.2)
      execjs (~> 2.0)
      sprockets (>= 2.0.0)
      tilt (>= 1.2)
    hashie (3.5.7)
    i18n (1.0.1)
      concurrent-ruby (~> 1.0)
    inflecto (0.0.2)
    jbuilder (2.7.0)
      activesupport (>= 4.2.0)
      multi_json (>= 1.2)
    jquery-rails (4.3.3)
      rails-dom-testing (>= 1, < 3)
      railties (>= 4.2.0)
      thor (>= 0.14, < 2.0)
    json (1.8.6)
    json-schema (2.8.0)
      addressable (>= 2.4)
    jwt (1.5.6)
    kaminari (1.1.1)
      activesupport (>= 4.1.0)
      kaminari-actionview (= 1.1.1)
      kaminari-activerecord (= 1.1.1)
      kaminari-core (= 1.1.1)
    kaminari-actionview (1.1.1)
      actionview
      kaminari-core (= 1.1.1)
    kaminari-activerecord (1.1.1)
      activerecord
      kaminari-core (= 1.1.1)
    kaminari-core (1.1.1)
    leaflet-rails (0.7.7)
    loofah (2.2.2)
      crass (~> 1.0.2)
      nokogiri (>= 1.5.9)
    mail (2.7.0)
      mini_mime (>= 0.1.1)
    method_source (0.9.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    mini_mime (1.0.0)
    mini_portile2 (2.3.0)
    minitest (5.11.3)
    multi_json (1.13.1)
    multi_xml (0.6.0)
    multipart-post (2.0.0)
    mysql2 (0.3.21)
    nio4r (2.3.1)
    nokogiri (1.8.2)
      mini_portile2 (~> 2.3.0)
    nokogumbo (1.5.0)
      nokogiri
    oauth2 (1.4.0)
      faraday (>= 0.8, < 0.13)
      jwt (~> 1.0)
      multi_json (~> 1.3)
      multi_xml (~> 0.5)
      rack (>= 1.2, < 3)
    omniauth (1.8.1)
      hashie (>= 3.4.6, < 3.6.0)
      rack (>= 1.6.2, < 3)
    omniauth-oauth2 (1.2.0)
      faraday (>= 0.8, < 0.10)
      multi_json (~> 1.3)
      oauth2 (~> 1.0)
      omniauth (~> 1.2)
    orm_adapter (0.5.0)
    public_suffix (3.0.2)
    rack (2.0.5)
    rack-test (0.6.3)
      rack (>= 1.0)
    rails (5.0.7)
      actioncable (= 5.0.7)
      actionmailer (= 5.0.7)
      actionpack (= 5.0.7)
      actionview (= 5.0.7)
      activejob (= 5.0.7)
      activemodel (= 5.0.7)
      activerecord (= 5.0.7)
      activesupport (= 5.0.7)
      bundler (>= 1.3.0)
      railties (= 5.0.7)
      sprockets-rails (>= 2.0.0)
    rails-dom-testing (2.0.3)
      activesupport (>= 4.2.0)
      nokogiri (>= 1.6)
    rails-html-sanitizer (1.0.4)
      loofah (~> 2.2, >= 2.2.2)
    railties (5.0.7)
      actionpack (= 5.0.7)
      activesupport (= 5.0.7)
      method_source
      rake (>= 0.8.7)
      thor (>= 0.18.1, < 2.0)
    rake (10.5.0)
    rb-fsevent (0.10.3)
    rb-inotify (0.9.10)
      ffi (>= 0.5.0, < 2)
    rdoc (4.3.0)
    responders (2.4.0)
      actionpack (>= 4.2.0, < 5.3)
      railties (>= 4.2.0, < 5.3)
    retriable (3.1.1)
    rsolr (2.2.0)
      builder (>= 2.1.2)
      faraday (>= 0.9.0)
    ruby-progressbar (1.9.0)
    rubyzip (1.2.1)
    sanitize (4.6.4)
      crass (~> 1.0.2)
      nokogiri (>= 1.4.4)
      nokogumbo (~> 1.4)
    sass (3.5.6)
      sass-listen (~> 4.0.0)
    sass-listen (4.0.0)
      rb-fsevent (~> 0.9, >= 0.9.4)
      rb-inotify (~> 0.9, >= 0.9.7)
    sass-rails (5.0.7)
      railties (>= 4.0.0, < 6)
      sass (~> 3.1)
      sprockets (>= 2.8, < 4.0)
      sprockets-rails (>= 2.0, < 4.0)
      tilt (>= 1.1, < 3)
    sdoc (0.4.2)
      json (~> 1.7, >= 1.7.7)
      rdoc (~> 4.0)
    solr_wrapper (1.2.0)
      faraday
      retriable
      ruby-progressbar
      rubyzip
    spring (2.0.2)
      activesupport (>= 4.2)
    sprockets (3.7.1)
      concurrent-ruby (~> 1.0)
      rack (> 1, < 3)
    sprockets-rails (3.2.1)
      actionpack (>= 4.0)
      activesupport (>= 4.0)
      sprockets (>= 3.0.0)
    sqlite3 (1.3.13)
    thor (0.20.0)
    thread_safe (0.3.6)
    tilt (2.0.8)
    turbolinks (5.1.1)
      turbolinks-source (~> 5.1)
    turbolinks-source (5.1.0)
    twitter-typeahead-rails (0.11.1.pre.corejavascript)
      actionpack (>= 3.1)
      jquery-rails
      railties (>= 3.1)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    uglifier (4.1.10)
      execjs (>= 0.3.0, < 3)
    warden (1.2.7)
      rack (>= 1.0)
    web-console (2.3.0)
      activemodel (>= 4.0)
      binding_of_caller (>= 0.7.2)
      railties (>= 4.0)
      sprockets-rails (>= 2.0, < 4.0)
    websocket-driver (0.6.5)
      websocket-extensions (>= 0.1.0)
    websocket-extensions (0.1.3)

PLATFORMS
  ruby

DEPENDENCIES
  blacklight
  byebug
  coffee-rails (~> 4.1.0)
  devise (>= 3.4.1)
  figs
  geoblacklight (~> 1.8.0)
  jbuilder (~> 2.0)
  jquery-rails
  mysql2 (~> 0.3.20)
  omniauth-nyulibraries!
  rails (>= 5.0.0)
  rsolr
  sass-rails (~> 5.0)
  sdoc (~> 0.4.0)
  solr_wrapper
  spring
  sqlite3
  turbolinks
  twitter-typeahead-rails (= 0.11.1.pre.corejavascript)
  uglifier (>= 1.3.0)
  web-console (~> 2.0)

BUNDLED WITH
   1.16.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment