Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing and setting up issues #87

Open
madebycliff opened this issue Feb 2, 2016 · 4 comments
Open

Installing and setting up issues #87

madebycliff opened this issue Feb 2, 2016 · 4 comments

Comments

@madebycliff
Copy link

Hi,

I've been attempting to get the WebTundra app working locally. I have hit a number of challenges where I need help solving.
Grunt jsdoc isn't compiling correctly.
image
WebTundraEditor.webtundrajs isn't in the repository
image
Here's a screenshot of the files in the src directory.
image
Grunt dev is also freezing:
image

I've followed the docs here: http://webtundra.readthedocs.org/en/latest/installation_administration/#introduction
and the readme on this repo.

Please advise.
James

@jonnenauha
Copy link
Member

Yes this is a duplicate to #86

I think the latest release and head has this bug.

Quick fix: comment out this line https://github.com/realXtend/WebTundra/blob/master/Gruntfile.js#L754 and run grunt build again.

Edit: This would be the correct fix also as a commit. the doc task should not be run on explicit grunt build, only grunt (default to all) and grunt doc should run it. The doc command would fail still but at least build would succeed.

@jonnenauha
Copy link
Member

I've fixed the build with the quick fix. Lets track the proper fix in #86.

5171d06

Pull latest head and run grunt build again, skip the grunt doc part for now.

@cvetan5 Can we make a hotfix release to FIWARE to fix this properly? Maybe we do that later when doc generation has also been fixed.

@jonnenauha
Copy link
Member

Btw. grunt dev is a blocking command that will start a web server and host the dev environment (should auto open a tab to the dev client). You can kill it with Ctrl+c.

@madebycliff
Copy link
Author

Thanks.

I spotted the 'grunt dev' server running this morning. Usually the server logs 'Listening on port XXX' so I was blind to the fact that it was running! Thanks for the help.

I've having trouble with the example scenes too. Do you want me to start new issues?
I'm running TundraConsole.exe --server --headless --d3d9 --nullrenderer --file "<file_name_below>" and accessing it through "http://localhost:8082/html/client.html" on another locally networked computer.
"scenes/AssImpDemo/scene.txml"
image
"scenes/DayNight/scene.txml"
image

I get a blue sky in the scene but nothing else, for both of these scenes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants