Skip to content

Commit

Permalink
Merge pull request kiranatama#16 from karuna/7969fee6893dcbad8be91bc8…
Browse files Browse the repository at this point in the history
…42677f0f358e6738

Fixes issue kiranatama#15
  • Loading branch information
karuna committed Apr 5, 2012
2 parents 00ce8c7 + 7969fee commit 6823c91
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ echo "Installing OS packages. You will be prompted for your password ..."
echo "Install Postgres, a great open source relational database ..."
sudo apt-get install libpq5 libpq-dev postgresql -y

echo "Install MySQL, a gread open source relational database ..."
sudo apt-get install libmysqlclient-dev mysql-server mysql-admin mysql-client -y

echo "Installing ack, a good way to search through files ..."
sudo apt-get install ack-grep -y

Expand Down

0 comments on commit 6823c91

Please sign in to comment.