Skip to content

Instantly share code, notes, and snippets.

View efrapp's full-sized avatar
🏠
Working from home

Efrain Pinto Ponce efrapp

🏠
Working from home
  • Colombia
View GitHub Profile
@efrapp
efrapp / howto-setup-sidekiq-on-heroku.md
Last active December 12, 2023 12:32
Steps to setup Sidekiq on Heroku

Setup Sidekiq for Heroku

Install Heroku Redis Add-on

Option 1: Using the dashboard

Go to the Resources tab and in the Add-ons section type Heroku Redis in the search field. It will appear in the search list. Click on it and a modal will show up to install it, click in the Provision button to start the installation.

@efrapp
efrapp / install_setup_postgres.md
Last active May 11, 2019 16:56 — forked from klappradla/postgres_4_2.md
Install Postgres 9.3 server on EC2 Ubuntu instance (14.04)

Create Postgres Server EC2 Box

Launch Ubuntu instance

  1. Click on Launch Instance` button
  2. Choose Ubuntu Server 14.04 LTS (HVM), SSD Volume Type
  3. Configure Security Group
    In step 6 Configure Security Group add the rule:
    Type: PostgreSQL
    Protocol: TCP
    PortRange: 5432 (default postgres port)