Skip to content

Commit

Permalink
Initializing postgres database
Browse files Browse the repository at this point in the history
  • Loading branch information
tapajos committed Aug 11, 2011
1 parent be3a522 commit cf4da38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mac
Expand Up @@ -9,6 +9,10 @@ echo "Installing Git"

echo "Installing Postgres, a good open source relational database ..."
brew install postgres --no-python
initdb /usr/local/var/postgres
mkdir -p ~/Library/LaunchAgents
cp /usr/local/Cellar/postgresql/9.0.4/org.postgresql.postgres.plist ~/Library/LaunchAgents/
launchctl load -w ~/Library/LaunchAgents/org.postgresql.postgres.plist

echo "Installing RVM (Ruby Version Manager) ..."
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest
Expand Down

0 comments on commit cf4da38

Please sign in to comment.