vm/vagrant
Daniel Hansson bee9db5b5e
remove live source (#2283)
Signed-off-by: enoch85 <github@hanssonit.se>
2022-05-03 22:08:17 +02:00
..
README.md change OS version 2020-07-19 21:41:41 +02:00
Vagrantfile fix #1371 2020-08-15 22:29:55 +02:00
install.sh remove live source (#2283) 2022-05-03 22:08:17 +02:00

README.md

Nextcloud VM with vagrant

This subrepo contains all the Vagrant config to get an Ubuntu 20.04 VM with the latest version of Nextcloud installed.

Please note that this is not the preferred way to install Nextcloud. It's also untested in the current state.

Setup

vagrant up will install everything

Go to https://localhost:8080/ and access Nextcloud with credentials ncadmin / nextcloud

Information

  • VagrantFile contains instructions to run an inline script: install.sh
  • install.sh does the following

See https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh for default values.

Special thanks to

@gjgd for providing https://github.com/gjgd/vagrant-nextcloud which this is based upon