You'll need a dump of the staging database. Save this to staging.full.dump.sql.
$ mkdir dto
| #!/bin/bash | |
| # | |
| # Digital Marketplace dev environment build script. | |
| # | |
| # use brew to install the following before running this script: | |
| # | |
| # postgres 9.6.x | |
| # nvm | |
| # cairo | |
| # pango |