Forgive the confusion, but I was hoping that someone could clear up the following.
I would like to run/manage several spider instances on a remote server using scrapyd, but I am developing the spiders on local system. So, if I am developing spiders on machineA and want to deploy them and
run them using scrapyd on machineB, do I need scrapyd installed on both
machines? For example, the scrapyd
deploy command scrapyd-deploy scrapyd -p project1 implies you are on the same instance in which scrapyd is running. If that is the case, then the example command also implies project1 is a scrapy project on that same instance.
Thanks in advance for any clarification.