Initial Server Setup (Ubuntu)

Initial Server Setup with Ubuntu 20.04 Ref: www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04 How To Install and Use Docker on Ubuntu 20.04 Ref: www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04 How To Install and Use Docker Compose on Ubuntu 20.04 Ref: www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-20-04

Read More >

Bundle install

Error: [!] There was an error parsing `Gemfile`: syntax error, unexpected string literal, expecting `do’ or ‘{‘ or ‘(‘ – gem ‘addressable’, ‘2.2.6’     ^ /home/ots/onetimesecret/Gemfile:7: syntax error, unexpected ‘,’, expecting end-of-input gem ‘addressable’, ‘2.2.6’                  ^ . Bundler cannot continue.  #  from /home/ots/onetimesecret/Gemfile:7  #  ——————————————-  #  gem ‘bundler’, ‘2.3.17’,  >  gem ‘addressable’, ‘2.2.6’  #  […]

Read More >

Bundle

Error during bundle install: “The –deployment flag requires a Gemfile.lock. Please make sure you have checked your Gemfile.lock into version control before deploying.” Solution: Remove BUNDLE_FROZEN: “true” from .bundle/config file and run bundle again. (remove the line from ~/.bundle/config)

Read More >