From 94ea44d519b3c03725fe197255c6658572ce5ad7 Mon Sep 17 00:00:00 2001 From: Never Date: Wed, 26 Oct 2016 05:27:39 -0500 Subject: [PATCH] fixed miss package gawk on Debian (#305) * fixed miss package gawk on Debian * fixed miss package gawk on Debian #305 * fixed typo --- README_Install_Ubuntu.md => README_Install_Debian_Ubuntu.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename README_Install_Ubuntu.md => README_Install_Debian_Ubuntu.md (93%) diff --git a/README_Install_Ubuntu.md b/README_Install_Debian_Ubuntu.md similarity index 93% rename from README_Install_Ubuntu.md rename to README_Install_Debian_Ubuntu.md index 7e60c1908..75c3c9daf 100644 --- a/README_Install_Ubuntu.md +++ b/README_Install_Debian_Ubuntu.md @@ -1,8 +1,8 @@ -# Installation on Ubuntu 16.04 Server +# Installation on Debian 7, 8 / Ubuntu 16.04 Server ## With Nginx & MySQL ### Prerequisites -* apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev pkg-config libffi-dev libmysqlclient-dev mysql-server nginx +* apt-get install curl git-core patch build-essential bison zlib1g-dev libssl-dev libxml2-dev libxml2-dev sqlite3 libsqlite3-dev autotools-dev libxslt1-dev libyaml-0-2 autoconf automake libreadline6-dev libyaml-dev libtool libgmp-dev libgdbm-dev libncurses5-dev pkg-config libffi-dev libmysqlclient-dev mysql-server nginx gawk ### Add User * useradd zammad -m -d /opt/zammad -s /bin/bash @@ -10,6 +10,7 @@ ### Create MySQL User zammad * mysql --defaults-extra-file=/etc/mysql/debian.cnf -e "CREATE USER 'zammad'@'localhost' IDENTIFIED BY 'Your_Pass_Word!'; GRANT ALL PRIVILEGES ON zammad_prod.* TO 'zammad'@'localhost'; FLUSH PRIVILEGES;" +* for Debian: need upgrade MySQL to v5.6+, see: http://dev.mysql.com/downloads/repo/apt/ ### Get Zammad * su zammad