Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 669 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 669 Bytes

vagrant-nextcloud

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

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.