This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install postegresql via brew without ossp-uuid dependency with: | |
# $ brew update | |
# $ brew install postgresql --without-ossp-uuid | |
then init your database with | |
# $ initdb /usr/local/var/postgres | |
ML has a strange behaviour, creating to postgresql a socket in /var/pgsql_socket_alt (nobody look at this path) | |
to fiz it you should create a new dir and give to your user the ownership of it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
## | |
# This is script with usefull tips taken from: | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# | |
# install it: | |
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
# |
NewerOlder