Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kibatic/openvv
Open Virtual Visit with panorama 360
https://github.com/kibatic/openvv
Last synced: about 1 month ago
JSON representation
Open Virtual Visit with panorama 360
- Host: GitHub
- URL: https://github.com/kibatic/openvv
- Owner: kibatic
- License: mit
- Created: 2022-12-20T20:13:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T19:58:40.000Z (about 1 year ago)
- Last Synced: 2024-11-30T00:44:39.761Z (about 1 month ago)
- Language: PHP
- Size: 1.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenVV : open virtual visit
==========================This goal of the project is to help to create virtual visits with panorama 360.
This project uses the excellent [Photo Sphere Viewer](https://photo-sphere-viewer.js.org/).
Features
--------* Display 3 types of visits
* Create gallery
* Create virtual visit
* Create single panorama
* Register an account
* create projects, with several media
* create links between media (with orientations of links)
* Share a project publicly
* Export / import projetsQuick start
-----------To run the project locally :
```bash
cp docker-compose.override.sample.yml docker-compose.override.yml
docker-compose up -d
docker-compose exec web composer install
docker-compose exec web php bin/console doctrine:database:create
docker-compose exec web php bin/console doctrine:migrations:migrate --no-interaction
docker-compose exec web yarn install
docker-compose exec web yarn encore prod
sudo chown -R www-data:www-data ./var
```Versions
--------2022-12-20 : Early alpha version