From 12389c5d59be7e52225c2edbb91c9fac36c2cae9 Mon Sep 17 00:00:00 2001 From: ronnyabraham Date: Mon, 23 Mar 2020 23:43:48 +0200 Subject: [PATCH] updated aws readme --- share/templates/readmes/aws.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/share/templates/readmes/aws.md b/share/templates/readmes/aws.md index 04c9594..5070c38 100644 --- a/share/templates/readmes/aws.md +++ b/share/templates/readmes/aws.md @@ -196,7 +196,7 @@ AWS has a sudo group that allows a user sudo priveleges ## postgres ### note: -if you are using docker for postgres, skip this and go to the docker section +if you are using docker for postgres, skip this and go to the docker section. It is completely unnecessary and you don't even need to install postgres #### links fix locale error with postgres @@ -364,6 +364,17 @@ Use Option1 when you are just starting a project, but you know you are going to Use Option2 when you have already set up nginx to work with https, for example, you are reinstalling an existing project, etc. +## set up vim remote editing +this just means adding the server pem file location to .ssh/config + +in ~/.ssh/config add the following info + + Host minionfinder.com + HostName minionfinder.com + IdentityFile /Users/ronny/projects/django/minyanfinder.prj/share/ssh/minionfinder.pem + +where *minionfinder.com* refers to the host name +and the **IdentityFile** section is the fully qualified pathname of the pem file # bootstrap server