Warning, /webapps/ocs-webserver/README is written in an unsupported language. File is not indexed.
0001 # ocs-webserver 0002 0003 LICENSE: GNU AGPLv3+ 0004 0005 Copyright 2016 by pling GmbH. 0006 0007 0008 ## Dependencies 0009 0010 The following directories need full access rights in the file system: 0011 0012 "project_root"/cache/ 0013 "project_root"/cache/data 0014 "project_root"/cache/sessions 0015 "project_root"/application/log 0016 "project_root"/httpdocs/img/cache 0017 "project_root"/httpdocs/img/cache/rendered 0018 "project_root"/httpdocs/img/cache/request 0019 "project_root"/httpdocs/img/data 0020 "project_root"/httpdocs/img/data/tmp 0021 0022 ## Dependencies 0023 0024 sudo apt-get install apache2 php5 php5-mysql 0025 sudo apt-get install git 0026 sudo apt-get install php5-memcached 0027 sudo apt-get install php5-curl 0028 sudo apt-get install php5-apcu 0029 sudo apt-get install php5-mcrypt 0030 0031 sudo php5enmod mcrypt 0032 sudo service apache2 restart 0033 0034 0035 0036