https://github.com/decipher/drupalvr
A demonstration site showcasing Drupal powered Virtual Reality
https://github.com/decipher/drupalvr
Last synced: 8 months ago
JSON representation
A demonstration site showcasing Drupal powered Virtual Reality
- Host: GitHub
- URL: https://github.com/decipher/drupalvr
- Owner: Decipher
- Created: 2016-02-28T03:36:06.000Z (about 10 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2016-03-17T02:27:07.000Z (about 10 years ago)
- Last Synced: 2025-04-08T14:42:50.464Z (12 months ago)
- Language: PHP
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DrupalVR
========
This is a demonstration installation profile to showcase Drupal 8 powered
Virtual Reality.
_**Note:** This is only an early proof of concept and is still under active
development._
Installation
------------
This repository is configured for [Beetbox](http://beetbox.rtfd.org).
**Requirements:**
* [Vagrant](https://www.vagrantup.com/) >= 1.8
* [Virtualbox](https://www.virtualbox.org/)
* (Windows only) [Vagrant::Hostsupdater](https://github.com/cogitatio/vagrant-hostsupdater)
* (Windows only) [Vagrant Auto-network](https://github.com/oscar-stack/vagrant-auto_network)
**Steps:**
```
git clone https://github.com/Decipher/DrupalVR.git
cd DrupalVR
vagrant up
open http://drupalvr.local
```
Usage
-----
DrupalVR is best viewed on a mobile device with with a compatible VR headset.
More on [Entering VR](https://aframe.io/docs/guide/entering-vr.html).
The easiest way to access your local site on a mobile device is via Vagrant
share:
```
vagrant share
```