$ brew update
$ brew install postgresql@11
$ brew services start postgres
$ createuser -s postgres
$ psql -U postgres
postgres=# create database coreapi;
postgres=# create user mycoreapiuser with encrypted password 'mypassword';
postgres=# grant all privileges on database mycoreapiuser to coreapi;
-
Notifications
You must be signed in to change notification settings - Fork 0
onegridxyz/core-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published