Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
add redis and mongo extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeycherepanov committed Mar 31, 2016
1 parent f330f92 commit bf09f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-base-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apt-get -qqy upgrade
apt-get install -qqy vim git-core sudo wget curl procps python-setuptools mcrypt mysql-client \
php5-fpm php5-cli php5-dev php5-mysql php5-curl php5-gd php5-mcrypt \
php5-sqlite php5-xmlrpc php5-xsl php5-common php5-intl php5-ldap \
php5-cli php-apc || exit 1
php5-cli php5-mongo php5-redis php-apc || exit 1


# Automatically instal the latest nginx
Expand Down

0 comments on commit bf09f79

Please sign in to comment.