Software Alternatives, Accelerators & Startups

Setting up Ruby on Rails with RVM, Puma, Mina, Nginx, Sidekiq and Redis on Amazon Linux 2

RVM Let's Encrypt Certbot Amazon ElastiCache
  1. 1

    RVM

    Ruby Version Manager. RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
    Pricing:
    • Open Source
    Ruby (Installed using RVM, but you can use any other version manager, or compile yourself ruby).

    #Programming Tools #Programming #Ruby 28 social mentions

  2. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    If you need to setup SSL for your project I highly recommend to use Lets Encrypt and Certbot to basically do all the work for you. (Love those guys, when I go billionaire I will send some churros, promise).

    #Identity And Access Management #Security & Privacy #Two Factor Authentication 338 social mentions

  3. Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
    If you need to setup SSL for your project I highly recommend to use Lets Encrypt and Certbot to basically do all the work for you. (Love those guys, when I go billionaire I will send some churros, promise).

    #Web Servers #Security & Privacy #Web And Application Servers 113 social mentions

  4. Amazon ElastiCache offers fully managed Redis and Memcached. Seamlessly deploy, operate, and scale popular open source compatible in-memory data stores.
    Sidekiq (For background jobs processing)+ Redis (As persistence engine for Sidekiq). Since you are in AWS ecosystem you could also use Elasticache instead of local Redis, just parameterize correctly your Sidekiq if you want to do so.

    #Databases #NoSQL Databases #Key-Value Database 13 social mentions

Discuss: Setting up Ruby on Rails with RVM, Puma, Mina, Nginx, Sidekiq and Redis on Amazon Linux 2

Log in or Post with