Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server-packages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2016-07-22 13:07:38 +0300
committerGiacomo Sanchietti <giacomo.sanchietti@nethesis.it>2016-07-22 13:23:33 +0300
commit368822d371b4084cc0477b5a2023b1512b1d3f1b (patch)
treed17728a0cc0f70683d1718a1864dcadcd137f83b /README.md
First import
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3427d26
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+Nextcloud
+=========
+
+This repository can be used to build a very basic RPM suited for CentOS 7.
+
+The package has been built following official Nextcloud documentation and
+guidelines about strong directory permissions.
+
+After the installation, the administrator should take care of the following:
+
+* check Apache configuration and restart the httpd daemon
+* if needed, install and configure MariaDB/MySQL database
+* configure Nextcloud following the official documentation
+
+Dependencies
+------------
+
+The following dependencies are installed:
+
+* Apache HTTP server
+* PHP required packages
+* PHP recommended packages (php-pear-Net-Curl, php-mcrypt, php-intl)
+* PHP packages for builtin apps (php-ldap, php-smbclient, php-imap)
+* PHP packages for MariaDB/MySQL connection
+
+SELinux
+-------
+
+It's all on your own, please follow official documentation if you have SELinux enabled
+(which is the default on CentOS 7).
+