Sha256: 11f26107ed0f0cdb0fa9b7b352be65449b8b7f014cc5c1c0e525245d8d44fec9
Contents?: true
Size: 359 Bytes
Versions: 1
Compression:
Stored size: 359 Bytes
Contents
#!/bin/bash case "$(uname)" in Darwin) brew install postgresql ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist bundle --path vendor/bundle createdb 'preserves_test' ;; *) echo "Don't know how to install on this system. Please submit a pull request." exit ;; esac
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
preserves-0.1.0 | SETUP.sh |