Skip to content

Commit

Permalink
tweaked base script
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmark committed Sep 11, 2012
1 parent 5ab8f3a commit 31b63b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions boot-scripts/base.sh
Expand Up @@ -46,7 +46,7 @@ install_pkg build-essential python-setuptools python-dev zip \
mdadm xfsprogs s3cmd python-pip python-virtualenv \
virtualenvwrapper libxml2-dev libxslt-dev libgeos-dev \
libpq-dev postgresql-client mysql-client libmysqlclient-dev \
runit
runit ntp

# need an updated version of boto
easy_install --upgrade boto
Expand Down Expand Up @@ -134,5 +134,6 @@ usermod -a -G www-data $USERNAME
# Update CC status - remove instance booting semaphore from s3
s3cmd del --config=/home/$USERNAME/.s3cfg {{settings.assets_s3_url}}`ec2metadata --instance-id`._cc_

{% block finish %}{% endblock %}

{% block finish %}
reboot
{% endblock %}

0 comments on commit 31b63b0

Please sign in to comment.