Skip to content

Commit

Permalink
ADD VR app into VM
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKulhanek committed Nov 5, 2021
1 parent fc9ce29 commit 9ebdb5c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions scripts/bootstrapbodylight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ Alias "/editor" "/home/vagrant/Bodylight-Editor/dist/"
AllowOverride All
</Directory>
Alias "/vr" "/home/vagrant/VR/"
<Directory "/home/vagrant/VR">
Header set Access-Control-Allow-Origin "*"
Require all granted
Options +Indexes +FollowSymLinks +IncludesNOEXEC
IndexOptions FancyIndexing HTMLTable
AllowOverride All
</Directory>
EOF
service httpd reload
echo setting bodylight-compiler service
Expand Down Expand Up @@ -184,7 +193,12 @@ sudo systemctl start bodylight-compiler
cd /home/vagrant
git clone https://github.com/creative-connections/Bodylight-Scenarios.git

# VR
cd /home/vagrant
git clone https://github.com/creative-connections/VR.git

# VirtualBody
cd /home/vagrant
git clone https://github.com/creative-connections/Bodylight-VirtualBody.git
cd Bodylight-VirtualBody
# cache gltf files used in
Expand Down

0 comments on commit 9ebdb5c

Please sign in to comment.