IdeaSpaceVR / IdeaSpace

:sunglasses: Create interactive 3D and VR web experiences for desktop, mobile & VR devices.
MIT License
421 stars 118 forks source link

Installing IdeaSpaceVR (VRStoryGram SWAG Incentive) #62

Closed hnstone closed 6 years ago

hnstone commented 6 years ago

I would really appreciate any assistance with this!!!! I can send some VRStoryGram for the person/s who help me get this working!!! in addition to your chance for swag from Mozilla!!

I am looking for help installing IdeaSpaceVR for my Mozz Fest Project. I have completed setting up the server and have downloaded the software and then unzipped and put it in the the correct directory. I am following: https://www.ideaspacevr.org/documentation/1.1#installing-ideaspace and am on step 4.

I am installing hosting my website and IdeaSpaceVR on the same server. I created a /vr directory From the command line I can see /var/www/html/vr and in there are all of the IdeaSpaceVR assets. However, when I go to my https://myipaddress/vr I get a 404 error.

I followed the attached directions:

https://forum.ideaspacevr.org/topic/11/404-not-found-error-during-installation

and added

<Directory /var/www/html> AllowOverride All Order allow,deny allow from all

as well as

<Directory /var/www/html/vr> AllowOverride All

but it did not help. As I previously mentioned there is SWAG from VRStoryGram for the person/s who help me get this working!!!

weddingdj commented 6 years ago

I guess you installed php on your server and the apache2 mod_rewrite module is installed and enabled, right? Could you test and put a simple test.php file into your /var/www/html/var directory and open it in your web browser: https://myipaddress/vr/test.php Does this give you an error?

weddingdj commented 6 years ago

Remove the following lines from you .htaccess file for now:

<Directory /var/www/html> AllowOverride All Order allow,deny allow from all

<Directory /var/www/html/vr> AllowOverride All

Your .htaccess file should look like this: https://github.com/IdeaSpaceVR/IdeaSpace/blob/master/.htaccess

hnstone commented 6 years ago

Ok. Doing that now

hnstone commented 6 years ago

Somehow the .htaccess file disappeared.

hnstone commented 6 years ago

I found it

hnstone commented 6 years ago

Ok. I deleted it

hnstone commented 6 years ago

I still cannot connect to the dB