https://github.com/settermjd/owncloud-vagrant-vm
A simple Ansible provisioned Vagrant VM for building ownCloud
https://github.com/settermjd/owncloud-vagrant-vm
ansible apache2 owncloud php7 vagrant virtualbox
Last synced: 3 months ago
JSON representation
A simple Ansible provisioned Vagrant VM for building ownCloud
- Host: GitHub
- URL: https://github.com/settermjd/owncloud-vagrant-vm
- Owner: settermjd
- License: mit
- Created: 2017-06-06T11:13:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T22:59:41.000Z (over 8 years ago)
- Last Synced: 2025-03-13T03:16:23.651Z (over 1 year ago)
- Topics: ansible, apache2, owncloud, php7, vagrant, virtualbox
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ownCloud Vagrant Virtual Machine
This is a simple Vagrant virtual machine (VM) provisioned by Ansible for building ownCloud.
It was built using:
- VirtualBox 5.1.18
- Vagrant 1.9.4
- Ansible 2.3.0.0 (with Python 2.7.13)
The intent is that you can quickly build ownCloud, based on [the official build instructions](https://doc.owncloud.org/server/latest/admin_manual/installation/source_installation.html#apache-configuration-label).
I built it as a way of proofing those instructions.
I’m planning to make it more configurable as time goes on.
But for now, it is what it is.
## Installation
Clone the repository to your local filesystem, cd to the directory, and run `vagrant up`.
For example:
```console
git clone git@github.com:settermjd/owncloud-vagrant-vm.git
cd owncloud-vagrant-vm
vagrant up
```
That will begin the provisioning process.
It should end with the virtual machine being fully provisioned and ready to use.
After it’s provisioned, add the address of the VM to your local DNS configuration, such as by adding it to `/etc/hosts`.
Then, you can access the ownCloud installation from `http://`.