Skip to content

gisle/vm-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL development server

To get going, just install VirutalBox and Vagrant, clone this repository and run:

vagrant up

You will have the Postgres database running under Ubuntu at the default port. You will also find a management interface for the database at http://localhost:8080. This database is configured for speed and might loose data if the server is killed. It's only meant to be used for testing and development.

The user1 account (with password 'pass1') is set up. This user is allowed to create and drop databases. Connect to the server with:

psql -h localhost postgres user1

To log in as the postgres superuser you need to log into the virtual machine first and then run psql from the postgres user account:

vagrant ssh
sudo su - postgres
psql

About

My own little postgresql server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published