Code, Strings, and Keys

    • About Thomas Powell
    • Account
    • It’s been [0] days since [program] last updated
    • Login
    • Password Reset
    • Pianist / Accompanist / Music Director Resume
    • Reading List 2025
    • Register
    • Running Gear – Shoes, Treadmill, and Bandages
    • Site Map
Illustration of a bird flying.
  • Ruby on Rails + Docker links https evilmartians…

    Ruby on Rails + Docker links https://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development https://docs.docker.com/samples/rails/ Dockerize your Rails app Dependencies Bash Docker Quick Start Update Postgres and Redis connection configurations # config/database.yml host: postgres port: 5432 username: postgres password: password # config/initializers/sidekiq.rb Sidekiq.configure_server do |config| config.redis = {url: “redis://redis_queue:6379/1”} end Sidekiq.configure_client do |config| config.redis = {url: “redis://redis_queue:6379/1”} end # config/environments/development.rb config.cache_store =…

    May 9, 2022
  • Quiet “Don’t run bundler as root” warnings, Bundler >= 2.3.7

    Silence “Don’t run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.” warning

    May 6, 2022
  • Vagrant script dpkg preconfigure unable to re…

    Vagrant script “dpkg-preconfigure: unable to re-open stdin: No such file or directory” https://serverfault.com/questions/500764/dpkg-reconfigure-unable-to-re-open-stdin-no-file-or-directory export DEBIAN_FRONTEND=noninteractive

    May 5, 2022
←Previous Page
1 … 19 20 21 22 23 … 312
Next Page→

Code, Strings, and Keys

Proudly powered by WordPress