Changed previous commit

pull/217/head
iglocska 2014-02-07 10:11:39 +01:00
parent d5af73916c
commit 716b2e1446
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@ apt-get install zip php-pear git
pear install Crypt_GPG
pear install Net_GeoIP
git config core.filemode false
git submodule foreach git pull origin master
git submodule init
git submodule update
cd ../app/Plugin/CakeResque
apt-get install redis-server
curl -s https://getcomposer.org/installer | php

View File

@ -1,4 +1,5 @@
git submodule foreach git pull origin master
git submodule init
git submodule update
cd ../app/Plugin/CakeResque
apt-get install redis-server
curl -s https://getcomposer.org/installer | php