nachoparker Posted May 10, 2018 Posted May 10, 2018 Debian Stretch and Nextcloud 13.0.2 Image available for testing at https://ownyourbits.com/downloads Initial testing shows no problems other that some small adjustments that need to be made for all armbian images: static IP and mDNS. More testing is welcome and feedback appreciated! Cheers, Nacho
prog-amateur Posted May 16, 2018 Posted May 16, 2018 Dear Nacho, First of all, thank you so much to make NextcloudPlus available for many many many boards. Does it mean now that there is an image available for Lime2 for example ? I mean, ready to use, or do I still need to install armbian, then open a Terminal and write : git clone https://github.com/armbian/build ncpbian cd ncpbian wget https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/armbian.sh -O userpatches/customize-image.sh ./compile.sh docker BOARD=odroidxu4 BRANCH=next KERNEL_ONLY=no KERNEL_CONFIGURE=no RELEASE=stretch BUILD_DESKTOP=no Thank you for your feedback.
nachoparker Posted May 17, 2018 Author Posted May 17, 2018 Hi, There is not an image available for Lime2, because I don't have a Lime2 But anyone with an Armbian supported board that is willing to help is welcome to build one with commands similar to git clone https://github.com/armbian/build ncpbian cd ncpbian wget https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/armbian.sh -O userpatches/customize-image.sh ./compile.sh docker BOARD=odroidxu4 BRANCH=next KERNEL_ONLY=no KERNEL_CONFIGURE=no RELEASE=stretch BUILD_DESKTOP=no That is for building an SD card image in your computer, you don't run that in your board. We are looking for people to help building / testing on other boards. That is for images that come with NCP preinstalled. Probably soon we will have NCP in the armbian software catalog, so it will be able to be installed in any plain Armbian image. , or until then you can take plain armbian and install NCP with curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
prog-amateur Posted May 27, 2018 Posted May 27, 2018 Thank you very much, so just install armbian and write in a terminal : curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash is really fine for me (I have already installed Nextcloud in a Linux computer with "old school" method, I mean Maria DB, https setup, etc.). So maybe you can imagine how I am happy to see only 1 command to install it ! Thank you very much. Today, I don't have a lot of time to install it (I just move home), but I hope to do it and feedback if this board support well NCP.
Recommended Posts