TurkServer / turkserver-meteor

Web-based, real-time behavioral studies and experiments using Meteor
http://turkserver.readthedocs.io
MIT License
90 stars 23 forks source link

Can't Run the Example #17

Closed zhitaoyin closed 9 years ago

zhitaoyin commented 9 years ago

Hi Andrew,

I tried to run the CrowdMapper, the example you included in the tutorial.

meteor --settings settings.json

However, I got an error.

Oops, looks like there's no route on the client or the server for url: "http://localhost:3000/."

The TurkServer seems working well.

screen shot 2015-07-08 at 10 01 48 pm

Could you give me any cues to address this issue?

Thanks, Zhitao

mizzao commented 9 years ago

What link did you visit that produced that error?

The CrowdMapper example is pretty complex and probably hard to learn from. I am in the process of cleaning up the code and writing API documentation which is slowly appearing at http://turkserver.meteor.com/. This should help quite a bit for others to get started.

zhitaoyin commented 9 years ago

I got the error when I visited http://localhost:3000

mizzao commented 9 years ago

http://ldworkin.github.io/turkserver-tutorial/ is a much better way to get started with using this now. Please take a look!