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-06-02 00:05:54 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-02 00:11:17 +0300
commit4733e56ef6d79e083dbef27f19f2b4ea92710085 (patch)
treea9553fd487479edc81441de145569e0e0c096a6b /README.md
parent0fba0e45fc0d16b9d3f70de43a891ec220f896fd (diff)
update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 14 insertions, 5 deletions
diff --git a/README.md b/README.md
index 86829d53..88fd3d1b 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
-# NextCloudPi generator
+# NextCloudPi
![NC Logo](/resources/nextcloud-square-logo.png)
-Use QEMU to automatically generate Raspbian Images with Nextcloud
+This is the build code for [NextCloudPi](https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/).
+
+NextCloudPi is a ready to use image for Raspberry Pi.
## Features
@@ -37,11 +39,16 @@ Use QEMU to automatically generate Raspbian Images with Nextcloud
* NextCloud backup and restore ( NEW 05-24-2017 )
* NextCloud online installation ( NEW 05-24-2017 )
-## Usage
+
+Any extra can be installed independently in a running Raspbian instance through SSH. See `installer.sh`
+
+## How to build
+
+NextCloudPi is based on Raspbian and is automatically generated using QEMU.
```
-git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git
-cd nextcloud-raspbian-generator
+git clone https://github.com/nextcloud/nextcloudpi.git
+cd nextcloudpi
./batch.sh 192.168.0.145 # change to your QEMU raspbian IP
```
@@ -53,6 +60,8 @@ sudo nextcloudpi-config
![NCP-config](/resources/ncp-config.jpg)
+## Download image
+
Get the image, find details and more instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/