💻📦 The Nextcloud VM (virtual machine appliance), Home/SME Server and scripts for RPi (4). Community developed and maintained.
Go to file
Daniel Hansson e3372c7cb1 cleanup
2017-04-10 00:07:51 +02:00
apps Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
lets-encrypt cleanup 2017-04-10 00:07:51 +02:00
static Signed-off-by: Daniel <daniel@techandme.se> (#197) 2017-04-09 23:21:05 +02:00
.travis.yml Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
issue_template.md Add network + Screenshots 2017-03-08 20:52:38 +01:00
lib.sh Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
LICENSE Initial commit 2016-06-03 13:38:29 +02:00
nextcloud_install_production.sh Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
nextcloud_update.sh Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
nextcloud-startup-script.sh Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00
README.md Rewrite is now done! (#196) 2017-04-09 22:43:30 +02:00

Nextcloud VM

irc Build Status

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:
    sudo bash nextcloud_install_production.sh
  3. When the VM is installed it will automatically reboot. Remember to login with the user you created:
    ssh <user>@IP-ADDRESS
  4. Please note that the installation/setup is not finnished by just running the nextcloud_install_production.sh When you login with the (new) sudo user you ran the script with in step 2 you will automatically be presented with the setup script.

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