scrapy/docs/topics/deployment.rst

966 B

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Deployment

The recommended way to deploy Scrapy projects to a server is through Scrapyd.

Deploying to a Scrapyd Server

You can deploy to a Scrapyd server using the Scrapyd client. You can add targets to your scrapy.cfg file which can be deployed to using the scrapyd-deploy command.

The basic syntax is as follows:

scrapyd-deploy <target> -p <project>

For more information please refer to the Deploying your project section.

Deploying to Scrapinghub

You can deploy to Scrapinghub using Scrapinghub's command line client, shub. The configuration is read from the scrapy.cfg file just like scrapyd-deploy.

</html>