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-18 12:42:34 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-18 12:42:34 +0300
commit6150ee7dff3a56fba36f13413d3ef6d2d15a4b17 (patch)
tree88cf9333faee8f6c97856bfba96a0e15e3ef7da5 /README.md
parentcd32b30a707e7b1cbe55d39fe61c8d243d34f3ce (diff)
re-rename to NCPi
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index e7dcc3b4..86d6fe72 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,13 @@
-# NextCloudPlus [![chatroom icon](https://patrolavia.github.io/telegram-badge/chat.png)](https://t.me/NextCloudPlus) [![forums icon](https://img.shields.io/badge/help-forums-blue.svg)](https://help.nextcloud.com/c/support/appliances-docker-snappy-vm) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N8PJHSEQF4G7Y&lc=US&item_name=Own%20Your%20Bits&item_number=NextCloudPi&no_note=1&no_shipping=1&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) [![blog](https://img.shields.io/badge/follow-blog-orange.svg)](https://ownyourbits.com)
+# NextCloudPi [![chatroom icon](https://patrolavia.github.io/telegram-badge/chat.png)](https://t.me/NextCloudPi) [![forums icon](https://img.shields.io/badge/help-forums-blue.svg)](https://help.nextcloud.com/c/support/appliances-docker-snappy-vm) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=N8PJHSEQF4G7Y&lc=US&item_name=Own%20Your%20Bits&item_number=NextCloudPi&no_note=1&no_shipping=1&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) [![blog](https://img.shields.io/badge/follow-blog-orange.svg)](https://ownyourbits.com)
![NC Logo](https://ownyourbits.com/wp-content/uploads/2017/11/ncp-square.png)
-This is the build code for [NextCloudPlus](https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/) ( formerly NextCloudPi ).
+This is the build code for [NextCloudPi](https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/).
-NextCloudPlus is a ready to use image for Raspberry Pi, odroid HC1 and other boards.
+NextCloudPi is a ready to use image for Raspberry Pi, Odroid HC1, rock64 and other boards.
-NextCloudPi is a ready to use image for Raspberry Pi.
-
-This code also generates the [NextCloudPlus docker images](https://hub.docker.com/r/ownyourbits/nextcloudpi/) for ARM and x86 platforms, and includes an installer for any Debian based system.
+This code also generates the [NextCloudPi docker images](https://hub.docker.com/r/ownyourbits/nextcloudpi/) for ARM and x86 platforms, and includes an installer for any Debian based system.
## Features
@@ -34,7 +32,7 @@ This code also generates the [NextCloudPlus docker images](https://hub.docker.co
## Extras
* Setup wizard ( NEW 09-27-2017 )
- * NextCloudPlus Web Panel ( NEW 07-24-2017 )
+ * NextCloudPi Web Panel ( NEW 07-24-2017 )
* Wi-Fi ready ( NEW 03-31-2017 )
* Ram logs ( NEW 03-31-2017 )
* Automatic security updates, activated by default. ( NEW 03-21-2017 )
@@ -83,7 +81,7 @@ sudo ncp-config
## How to build
-The NextCloudPlus SD image is based on Raspbian and is automatically generated using QEMU.
+The NextCloudPi SD image is based on Raspbian and is automatically generated using QEMU.
```
git clone https://github.com/nextcloud/nextcloudpi.git
@@ -104,10 +102,10 @@ make
```
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
-make nextcloudplus-x86
+make nextcloudpi-x86
```
-NextCloudPlus can be installed in any architecture running the latest Debian
+NextCloudPi can be installed in any architecture running the latest Debian
```
# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash