Skip to content

adam8157/gpdb-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# extra steps for macOS

brew install bash-completion
brew install libevent
brew install apr

brew install python2
pip install --user -r python-dependencies.txt
pip install --user -r python-developer-dependencies.txt

echo 127.0.0.1$'\t'$HOSTNAME | sudo tee -a /etc/hosts

cat >> ~/.bashrc << EOF
ulimit -n 65536 65536  # Increases the number of open files
EOF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages