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>2018-05-30 11:06:10 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-30 11:19:40 +0300
commit3c462f650b98ee5190bf2b1372f14c8ffab28c12 (patch)
tree88b96977264bb78d1093f9d225529e16522ac38a /README.md
parent3862eca0ed89fdf9010f302180f644c2c7a535cd (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.md b/README.md
index d51eb7f9..8f53cd12 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This code also generates the [NextCloudPi docker images](https://hub.docker.com/
## Features
* Raspbian 9 stretch
- * Nextcloud 13.0.0
+ * Nextcloud 13.0.2
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.0 (double the speed of PHP5!)
* MariaDB 10
@@ -49,7 +49,8 @@ This code also generates the [NextCloudPi docker images](https://hub.docker.com/
* SAMBA ready to share your files with Windows/Mac/Linux ( NEW 04-16-2017 )
* USB automount ( NEW 05-24-2017 )
* Remote updates ( NEW 03-31-2017 )
- * Autoupdates ( NEW 08-16-2017 )
+ * Autoumatic NCP updates ( NEW 08-16-2017 )
+ * Automatic Nextcloud updates ( NEW 05-29-2018 )
* Update notifications ( NEW 08-16-2017 )
* NextCloud backup and restore ( NEW 05-24-2017 )
* NextCloud online installation ( NEW 05-24-2017 )
@@ -79,12 +80,18 @@ sudo ncp-config
## How to build
-The NextCloudPi SD image is based on Raspbian and is automatically generated using QEMU.
+Install git, docker, qemu-user-static, chroot and all the usual building tools.
```
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
-./batch.sh 192.168.0.145 # change to your QEMU raspbian IP
+./build-SD-rpi.sh
+```
+
+, or for an Armbian based board
+
+```
+./build-SD-armbian.sh odroidxu4 # supported board code name
```
The docker armhf image can be generated in an ARM environment with docker