From f15871eb70fd7969883c7029cc7d3f08104c14ac Mon Sep 17 00:00:00 2001 From: abeudin Date: Thu, 18 Dec 2014 18:22:01 +0100 Subject: [PATCH] Update install --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1d08a38..0bb70e8 100644 --- a/scripts/install +++ b/scripts/install @@ -11,7 +11,7 @@ exit 1 fi # Prereqs -sudo apt_install php-soap php5-imap libawl-php php5-xsl +sudo apt_install php-soap php5-imap libawl-php php5-xsl libawl-php # Copy files to the right place @@ -32,6 +32,9 @@ sudo mkdir -p /var/log/z-push sudo chmod 750 /var/log/z-push sudo chown www-data:www-data /var/log/z-push +#Copy XMLElement.php +sudo ln -s /usr/share/awl/inc/XMLElement.php /var/www/z-push/include/ + # Modify Nginx configuration file and copy it to Nginx conf directory sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/z-push.conf