Skip to content

Instantly share code, notes, and snippets.

@b4oshany
Last active January 23, 2016 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4oshany/ea8db5492980e9e6fcd1 to your computer and use it in GitHub Desktop.
Save b4oshany/ea8db5492980e9e6fcd1 to your computer and use it in GitHub Desktop.
Postgres Installation Script
#!/bin/bash
# Install postgress server locally
sudo apt-get install postgresql postgresql-contrib
# Install PostGIS, procedural languages, client interfaces, etc
sudo apt-cache search postgres
# Install PGAdmin or Postgres UI, which is similar to PHPMyAdmin.
sudo apt-get install pgadmin3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment