updated aws readme

This commit is contained in:
ronnyabraham 2020-03-23 23:43:48 +02:00
parent 99893eafae
commit 12389c5d59

View file

@ -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