Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Last active August 29, 2015 14:09
Show Gist options
  • Save oleksandr-diudiun/2361703495dbf6272dcc to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/2361703495dbf6272dcc to your computer and use it in GitHub Desktop.
Install npm db-migrate with postgres
npm install db-migrate -g
npm install pg -g
npm install async -g
# For each project:
cd ~/myproject-N/build
npm install db-migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment