https://github.com/gjgd/vagrant-nextcloud
This repo contains all the Vagrant config to get an Ubuntu VM with the lastest version of Nextcloud installed.
https://github.com/gjgd/vagrant-nextcloud
nextcloud vagrant vagrantfile
Last synced: 21 days ago
JSON representation
This repo contains all the Vagrant config to get an Ubuntu VM with the lastest version of Nextcloud installed.
- Host: GitHub
- URL: https://github.com/gjgd/vagrant-nextcloud
- Owner: gjgd
- Created: 2018-09-28T06:03:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T18:08:18.000Z (over 5 years ago)
- Last Synced: 2025-03-25T20:21:31.990Z (about 1 month ago)
- Topics: nextcloud, vagrant, vagrantfile
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/](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
- Clones https://github.com/nextcloud/vm
- Runs `yes no | sudo bash nextcloud_install_production.sh` which uses the default values for each promptSee https://raw.githubusercontent.com/nextcloud/vm/master/lib.sh for default values.