Skip to content

Commit

Permalink
Make packages more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jan 11, 2013
1 parent 231c1c2 commit f9f5a08
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion deploy/fab/fabfile.py
Expand Up @@ -38,7 +38,11 @@ def install_packages(type):

if type == 'build':
sudo(
'apt-get install -y git-core python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy build-essential texlive-full libevent-dev')
'apt-get install -y git-core python-dev '
'postgresql-client libpq-dev subversion graphviz '
'curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy python-scipy '
'build-essential texlive-full libevent-dev'
)
sudo('pip install -U mercurial')
if type == 'db':
sudo('apt-get install -y solr-tomcat redis-server postgresql ')
Expand Down

0 comments on commit f9f5a08

Please sign in to comment.