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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-02-12 22:12:48 +0300
committernachoparker <nacho@ownyourbits.com>2017-02-13 22:42:22 +0300
commit743f12f91b18e330a14423f45b69cad05f451c1a (patch)
treed69039028c060262cfeb08b751901f732e3933ce /README.md
parent2371d88caa2e6ca36885d44cf8bf6ab2262d9dc6 (diff)
First commit, Raspbian 8 with Nextcloud 11
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14f1b53c..1f20e978 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,28 @@
# nextcloud-raspbian-generator
Automatically generate Raspbian Images with Nextcloud installed and configured using QEMU
+
+## Features
+
+* Raspbian 8 Jessie
+* Nextcloud 11.0.1
+* Apache 2.4.25, with HTTP2 enabled
+* PHP 7.0
+* MariaDB 10
+* Automatic redirection to HTTPS
+* ACPU PHP cache
+* PHP Zend OPcache enabled with file cache
+* HSTS
+* Cron jobs for Nextcloud
+* Sane configuration defaults
+
+## Usage
+
+```
+git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git
+cd nextcloud-raspbian-generator
+./install-image.sh 192.168.0.145 # change to your QEMU raspbian IP
+```
+
+See details and instructions at
+
+https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/