Skip to content

iamemilywing/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database is Postgres

If non-OSX

sudo -u postgres psql -c "CREATE USER blog WITH CREATEDB PASSWORD 'blog';"

If OSX

createuser -P -S -R -d blog (add password blog)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors