I have just started trying setting up a scrapyd server on my local vagrant machine. I can start the server by just typing scrapyd. It then says:
2014-03-18 15:15:52+0000 [-] Log opened. 2014-03-18 15:15:52+0000 [-] twistd 11.1.0 (/usr/bin/python 2.7.3) starting up. 2014-03-18 15:15:52+0000 [-] reactor class: twisted.internet.pollreactor.PollReactor. 2014-03-18 15:15:52+0000 [-] Site starting on 6666 2014-03-18 15:15:52+0000 [-] Starting factory <twisted.web.server.Site instance at 0x912c32c> 2014-03-18 15:15:52+0000 [Launcher] Scrapyd 1.0 started: max_proc=4, runner='scrapyd.runner' Notice that i changed the port to 6666 because the standard one apparently was busy. When I try to view the web interface in a browser localhost:6666, it says the page is not available. I haven't managed to deploy any of my scrapy projects to the server because of another problem. When i'm typing scrapyd-deploy -l in my project directory it says that the command is unknown. According to the documentation (http://scrapyd.readthedocs.org/en/latest/deploy.html) this should list all the available target to deploy to. I would really really appreciate some help. Mind that I'm a n00b using scrapy and linux :) Explain it to me as you would do to a little child -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
