How are you doing? I am working on, actually learning how to use Ruby on rails. And I've faced seemingly pretty easy one problem, which is connecting Localhost in Iterm(terminal) on Mac.
Since I've been using ROR on AWS server and edited code using Vi, I found it really hard and figured that it would be much better if I work on my localhost server (Bitnami MAMP) and Atom. Unfortunately, What made me stop is I don't even know how to connect localhost on Iterm2. I thought the way I did on AWS (ssh -i abcdefg.pem ec2-user@11.11.111.111) would work, but I don't know what code I should put. Please help me out!!