RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

How to Easily Configure and Run Multiple Rails Apps Locally

This post shows how I tackled the issue with running multiple apps that have conflicting services (notably, Sidekiq and Redis). Sometimes while you’re developing Rails apps, especially microservice architectures, you need to be able to run multiple apps on your development machine. Read on to see how I quickly and easily solved that problem using Foreman and a few configuration changes.

http://blog.nrowegt.com/run-simultaneous-rails-apps-with-ease/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in