I am trying to run scrapy server as a daemon. I have tried this link but i getting error whenever i run this command:
sudo apt-get install scrapyd-0.14
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package scrapyd-0.14
E: Couldn't find any package by regex 'scrapyd-0.14'
I am able to run scrapy server from my scrapy project folder but i want to run it as background service (daemon)..i am using scrapy version : Scrapy 0.16.5
how do i do this...please help me..