Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmisankepally committed Dec 12, 2019
1 parent f6cda06 commit f947f2e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ssh -i ~/Downloads/DNS.pem [email protected]

### Install Packages
<br>sudo apt-get update
sudo apt-get update
<br>sudo apt-get install python3-pip
<br>sudo apt-get install python3-venv
<br>sudo apt-get install postgresql-server-dev-10
Expand All @@ -24,13 +24,10 @@ source env/bin/activate
<br>(env)$ pip install psycopg2

### Set up the database (DO NOT DO THIS ON AWS SERVER)
<br> sudo -u postgres createuser --interactive
sudo -u postgres createuser --interactive
<br>&nbsp&nbsp&nbsp 818project, y

<br> sudo -u postgres createdb sammy

<br> sudo adduser sammy

<br> sudo -i -u sammy
<br> psql

Expand Down

0 comments on commit f947f2e

Please sign in to comment.