2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 07:28:25 +00:00

Update setup_frappe.sh

This commit is contained in:
Pratik Vyas 2014-12-31 11:29:09 +05:30
parent b5d492f2e0
commit b3448e70a8

View File

@ -168,10 +168,10 @@ install_packages() {
run_cmd sudo yum groupinstall -y "Development tools" run_cmd sudo yum groupinstall -y "Development tools"
if [ $OS_VER == "6" ]; then if [ $OS_VER == "6" ]; then
run_cmd add_ius_repo run_cmd add_ius_repo
run_cmd sudo yum install -y git MariaDB-server MariaDB-client MariaDB-compat python-setuptools nginx zlib-devel bzip2-devel openssl-devel memcached postfix python27-devel python27 libxml2 libxml2-devel libxslt libxslt-devel redis MariaDB-devel libXrender libXext python27-setuptools run_cmd sudo yum install -y git MariaDB-server MariaDB-client MariaDB-compat python-setuptools nginx zlib-devel bzip2-devel openssl-devel memcached postfix python27-devel python27 libxml2 libxml2-devel libxslt libxslt-devel redis MariaDB-devel libXrender libXext python27-setuptools cronie sudo which
elif [ $OS_VER == "7" ]; then elif [ $OS_VER == "7" ]; then
run_cmd add_epel_centos7 run_cmd add_epel_centos7
run_cmd sudo yum install -y git mariadb-server mariadb-devel python-setuptools nginx zlib-devel bzip2-devel openssl-devel memcached postfix python-devel libxml2 libxml2-devel libxslt libxslt-devel redis libXrender libXext supervisor run_cmd sudo yum install -y git mariadb-server mariadb-devel python-setuptools nginx zlib-devel bzip2-devel openssl-devel memcached postfix python-devel libxml2 libxml2-devel libxslt libxslt-devel redis libXrender libXext supervisor cronie sudo which
fi fi
echo "Installing wkhtmltopdf" echo "Installing wkhtmltopdf"
install_wkhtmltopdf_centos install_wkhtmltopdf_centos