Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

emartech/greenplum-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greenplum VM


Enter following commands in your terminal window

$ git init
$ git clone https://github.com/emartech/greenplum-vagrant.git
$ cd greenplum-vagrant
$ vagrant plugin install vagrant-berkshelf --plugin-version ">= 2.0.1" # in case you haven't done it earlier
$ vagrant up

Create a database

$ vagrant ssh
$ sudo su - gpadmin
$ createdb a_database
$ psql a_database

The gpadmin user's password is gpadmin.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages