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-03-13 21:20:26 +0300
committernachoparker <nacho@ownyourbits.com>2017-03-14 20:14:35 +0300
commit2a49453204dc5f301883f6ea045980bf1325e53c (patch)
treeb503277f174aa4e7e56e87c98ff48828f1d987bf /README.md
parent531c5d664d5c78c5bde30daf188ac33b78b7c6fe (diff)
11.0.2 update. nextcloudpi-config integration. configure datadir and limits. offline copy. batch builds. fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/README.md b/README.md
index ff4ac611..34461e76 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,12 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
## Features
* Raspbian 8 Jessie
-* Nextcloud 11.0.1
+* Nextcloud 11.0.2
* Apache 2.4.25, with HTTP2 enabled
-* PHP 7.0
+* PHP 7.0 (double the speed of PHP5!)
* MariaDB 10
+* 4.9.13 Linux Kernel ( NEW 03-13-2017 ) [[ LINK ]]
+* nextcloudpi-config for easy setup
* Automatic redirection to HTTPS
* ACPU PHP cache
* PHP Zend OPcache enabled with file cache
@@ -29,14 +31,22 @@ cd nextcloud-raspbian-generator
./install-nextcloud.sh 192.168.0.145 # change to your QEMU raspbian IP
```
-If we also want fail2ban in our image
+If we also want extras in our image
```
-./install-fail2ban.sh 192.168.0.145 NextCloudPi_02-18-17.img # change to your QEMU raspbian IP
+./installer.sh extrascript.sh 192.168.0.145 NextCloudPi_03-13-17.img # change to your QEMU raspbian IP
```
-Adjust for the image name generated in the first step. Same thing for the other extras.
+Adjust for the image name generated in the first step.
-Get the image or find details and instructions at
+Extras can be activated and configured using
+
+```
+sudo nextcloudpi-config
+```
+
+![NCP-config](/resources/ncp-config.jpg)
+
+Get the image, find details and more instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/