Warning, /webapps/ocs-fileserver/README.md is written in an unsupported language. File is not indexed.
0001 # ocs-fileserver 0002 0003 LICENSE: GNU AGPLv3+ 0004 0005 Copyright 2016 by pling GmbH. 0006 0007 0008 ## Dependencies 0009 0010 * apache2 0011 * libapache2-mod-php 0012 * mysql-server 0013 * php 0014 * php-mysql 0015 * php-mbstring 0016 * php-xml 0017 * php-curl 0018 * php-gd 0019 * zsync 0020 0021 0022 ## Installation 0023 0024 Create configuration files from *.sample.ini to *.ini. 0025 0026 * api_application/configs/application.ini 0027 * api_application/configs/database.ini 0028 * api_application/configs/models.ini 0029 * api_application/configs/clients.ini 0030 0031 Change data directories to rewritable 0032 0033 * data 0034 * data/database 0035 * data/files 0036 * data/logs 0037 * data/thumbnails 0038 * data/zsync 0039 0040 0041 ## Documents 0042 0043 Please see docs/* for more information.