💻📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
Go to file
2017-03-10 18:57:38 +01:00
lets-encrypt Get A+ rating on security scan (#168) 2017-03-10 18:57:38 +01:00
static Rely on distro's LE (#165) 2017-03-10 18:47:48 +01:00
index.php Disable robots from publishing index page 2016-12-30 13:55:32 +01:00
issue_template.md Add network + Screenshots 2017-03-08 20:52:38 +01:00
LICENSE Initial commit 2016-06-03 13:38:29 +02:00
nextcloud_install_production.sh Get A+ rating on security scan (#168) 2017-03-10 18:57:38 +01:00
nextcloud_update.sh small fix 2017-03-02 18:19:45 +01:00
nextcloud-startup-script.sh Rely on distro's LE (#165) 2017-03-10 18:47:48 +01:00
README.md Add link to VMware 2017-03-10 16:58:16 +01:00

Nextcloud VM

irc

Support the development

Current maintainers

Build your own VM, or install on a VPS

Minimum requirements:

  • A clean Ubuntu Server 16.04.X
  • OpenSSH (preferred)
  • 20 GB HDD
  • At least 1 vCPU and 2 GB RAM
  • Thick provisioned (better performance and easier to maintain)
  • DHCP available

Installation

  1. Get the latest install script from master:
    wget https://raw.githubusercontent.com/nextcloud/vm/master/nextcloud_install_production.sh
  2. Run the script with your sudo user:
    sudo -u <user> sudo bash nextcloud_install_production.sh
    Or, download the adduser script and run it:
    https://raw.githubusercontent.com/nextcloud/vm/master/static/adduser.sh && sudo bash adduser.sh
  3. When the VM is installed it will automatically reboot. Remember to login with the user you created:
    ssh <user>@IP-ADDRESS

Machine configuration of the released version

Please check the configuration here: https://www.techandme.se/machine-setup-nextcloud/

FAQ

Keep asking questions so that we can add them here.

Q: Where can i dowload VMware Player?
A: You can download the latest release here.

Q: The script says: "WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts"
A: http://askubuntu.com/a/463966

Q: I get NETWORK NOT OK when booting the VM. How do I solve that?
A: There are a few causes to this error, most of them are your own network or firewall settings.

  • Remove the VM NIC adapter in settings on VMware/Virtualbox and then re-adding a NIC adapter. alt_tag
  • Check your firewall so that it doesn't block this specific IP
  • Check your router/firewall that you have DHCP enabled.

Q: Which Hyper-V generation should we chose when creating a machine to load this image?
A: You currently need to use a 1st generation machine.

Q: Do you have a pre-configured Hyper-V VM?
A: Yes we have, you can download it here: https://shop.techandme.se/index.php/product/nextcloud-vm-microsoft-hyper-v-vhd/

Q: I want a bigger version of this VM, where can I find that?
A: You can download it here: https://shop.techandme.se/index.php/product/nextcloud-vm-500gb/

Q: I have found a bug that I want to report, where do I do that?
A: Just submit your report here: https://github.com/nextcloud/vm/issues/new

First look

alt tag