8000 GitHub - sakomws/devrel
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sakomws/devrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WIP

Start db:

brew install postgresql
brew services start postgresql
brew services list
initdb /usr/local/var/postgres
psql postgres
CREATE ROLE postgres  WITH LOGIN;
ALTER ROLE postgres  WITH SUPERUSER;

lsof -i :5432kill -9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0