5 ms·
If you need any help don't hesitate to contact the team :)
by tom32i 11y ago
If you need any help don't hesitate to contact the team :)
- hvm 11y agoI followed the installation doc, everything seems fine and the server starts (node bin/curvytron.js). When I access the server I get an error page. I looked at the browser log and it shows 404 for /js/dependencies.js. I thought it was because I set it up behind apache but wget localhost:curvy_port/js/dependencies.js also yields 404. I don't exactly know how to contact the team about this since I can't say it's a bug so I thought opening a github issue about it would be bad form.
- tom32i 11y agoDid you run these 3 commands? - npm install - bower install - gulp Can you check if the file web/js/dependencies.js exists in the game folder?
- hvm 11y agoOK, there are no errors now but I still get the error. Does it use some other port? Do I need to open one? OK. I see it opens a websocket which I guess I need to also forward to my server.
- hvm 11y agoThere is no mention of bower install in the install doc. I'll try that