Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

flowcommerce/privacy-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

content-postgresql

Initial production setup:

sudo yum install http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-ami201503-94-9.4-1.noarch.rpm
sudo yum install postgresql94

apply install.sh

echo "HOST:5432:user:api:PASSWORD" > ~/.pgpass
chmod 0600 ~/.pgpass

sem-dist
scp -i /web/keys/ssh/mbryzek-key-pair-us-east.pem dist/schema-*.tar.gz ec2-user@IP:~/
ssh -i /web/keys/ssh/mbryzek-key-pair-us-east.pem ec2-user@IP
tar xfz schema-*.tar.gz
cd schema-*

sudo yum install git

sem-apply --user api --host HOST --name user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages