@alexmorco I don't know what you mean by "configure it through the platform", but I would say you install it like in the installation instructions of IdeaSpaceVR. I recently set up ISVR on AWS EC2 as well, there was no issue. Let me know.
@MaryCox If you already have an IdeaSpaceVR installation on another server and you want to put it on your AWS server you have to
a) zip up all the IdeaSpaceVR files (including .htaccess file)
b) create a database dump from the IdeaSpaceVR database
Then you just put the IdeaSpaceVR files in your web root where you want it to reside and after creating the database you put the database dump into the new database.
Make sure that directories within the storage , bootstrap/cache and public/assets/user directories must be writable by your web server.
Then you have to change the database settings in config/database.php in your IdeaSpaceVR directory.
This process is a move from one server to another, rather than synchronizing.
It´s ok and it works but the name change make it difficult to find so that was also my question about the URI.
On the other side, when I open with other web template software stitching is changed and nadir disapear, will ask to the other software support about why this happens.
Thank you
@priego320 You can customize the brand image / logo (or show none at all) using this theme: https://www.ideaspacevr.org/themes/ideaspace-360-photo-tour-pro
@student On the one hand you have to adapt the file public/assets/layouts/app/js/app.js, on the other hand you can change the col-xs-1 css bootstrap classes in https://github.com/IdeaSpaceVR/IdeaSpace/blob/master/resources/views/layouts/app.blade.php#L138
Bootstrap grid:
http://getbootstrap.com/docs/3.3/css/#grid
@student You have to find the template of the UI content you want to change. Template files are in resources/views/ If you found the template file, you will discover trans() functions which refer to
language resource files. All language resource files can be found in resources/lang/en/. In there you can change the UI text.
If you have general improvements of current UI texts, it would be great if you could submit them via github.
@poVoq I am aware of these developments and the networked-aframe component and indeed, there could be a VR learning theme. Currently I don't have enough time to work on such a theme but it is definitely possible!
@stevenarussell A Google street-view tiling system for photo spheres - in order to load low resolution tiles for the area where the user looks at - won't be implemented right now as bandwidths increase and loading of high resolution photo spheres (large file sizes) won't or is not an issue anymore. At least that is my opinion, what do you think? What is your use case?