Navigation

    IdeaSpaceVR Forum

    IdeaSpaceVR Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. julien_b
    J
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    julien_b

    @julien_b

    0
    Reputation
    7
    Posts
    101
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    julien_b Follow

    Posts made by julien_b

    • Installing IdeaSpaceVR with an Azure WebApp and Mysql DB

      Has anyone installed IdeaSpace through an Azure web app? I think the issue I'm having is installing the php dependencies for the app service. I'm currently learning Docker so I can avoid this issue.

      Also, for the db connection, should I enter the db url where ISVR asks for the database name?

      Thanks!

      posted in IdeaSpaceVR Help
      J
      julien_b
    • RE: Installing IdeaSpaceVR on Mac

      I just figured out the issue. In the documentation, it states:

      "Directories within the storage, bootstrap/cache and public/assets/user directories must be writable by your web server. The files config/database.php and config/app.php must be writable by your web server as well."

      If you move the IdeaSpaceVR folder to the root of your site, you have to give apache write access. Here's a link on how to do that.

      https://coderwall.com/p/gl_grw/make-a-directory-writable-by-apache-in-mac-os-x-maverick

      After giving apache the appropriate permissions, it worked fine!

      posted in IdeaSpaceVR Help
      J
      julien_b
    • Installing IdeaSpaceVR on Mac

      I'm trying to install IdeaSpaceVr on my Mac, but when I try to run the startup script (index.php)[step 5 of installation documentation] in my browser I just get a blank page. I've installed all the php modules, but it's not verifying the requirements.

      From what I can determine, the php file is stopping at the following line in the 'index.php' file:

      $response = $kernel->handle(
      $request = Illuminate\Http\Request::capture()
      );

      posted in IdeaSpaceVR Help
      J
      julien_b
    • RE: Building a Webpage with IdeaSpace

      Thanks! Here's the link to our GitHub repo. https://github.com/hnstone/NewVRStoryGram

      We're trying to build a site where people can go to view and create vr stories. I'll have to read through the theme documentation you sent, but if you need more info about our project, let me know. Thank you!

      posted in IdeaSpaceVR Help
      J
      julien_b
    • Building a Webpage with IdeaSpace

      Hey all,

      I'm trying to build a webpage using IdeaSpace. I have IdeaSpace installed and everything is working fine. I've located the welcome_frontpage.blade.php file in the 'IdeaSpace/resources/views/frontpage' directory. I've changed the code in this file with the html/css code for my webpage. It displays the text correctly, but I have an image that is not showing up on my site when I visit it (vrstorygram.com). The image file is located in the same directory as the welcome_frontpage.blade.php file, so it should be showing up on the site. When I test the site locally it looks fine.

      Does anyone have any tips on how I should be creating my site with IdeaSpace or how to fix this image issue? Thanks!

      posted in IdeaSpaceVR Help
      J
      julien_b
    • RE: Installation Issue

      Okay, I got it. I had to alter the permission of the document root folder for the website.

      'chown -R www-data:www-data foldername'

      Thanks!

      posted in IdeaSpaceVR Help
      J
      julien_b
    • Installation Issue

      I'm trying to install IdeaSpaceVR on a VirtualBox VM that has Ubuntu Server (18.04.1). I've gone through the list of server requirements and have all the PHP extensions listed installed and enabled. I also created a MySQL database with an authorized user. I have Apache installed with mod_rewrite enabled and I've configured the 'apache2.conf' file for the '/var/www/' directory to "AllowOverride All" . I've copied all the IdeaSpace-1.1.5 folder contents including the .htaccess file into the directory '/var/www/html/vr' on the server. When I access the subdirectory (10.10.10.10/vr) in my browser to run the installation script, all I get is a blank white page. I never see the 'Checking Server Requirements' page. Any suggestions? Thanks!

      posted in IdeaSpaceVR Help
      J
      julien_b