 Scrapy 0.16 Documentationhttp://twistedmatrix.com/trac/wiki/Downloads – zope.interface: download the egg from zope.interface pypi page and install it by running easy_install file.egg – lxml: http://pypi.python.org/pypi/lxml/ – pyOpenSSL: https://launchpad 5 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd0 码力 | 203 页 | 931.99 KB | 1 年前3 Scrapy 0.16 Documentationhttp://twistedmatrix.com/trac/wiki/Downloads – zope.interface: download the egg from zope.interface pypi page and install it by running easy_install file.egg – lxml: http://pypi.python.org/pypi/lxml/ – pyOpenSSL: https://launchpad 5 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd0 码力 | 203 页 | 931.99 KB | 1 年前3
 waitress Documentation v1.1.0There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress configuration: [app:myapp] use = egg:mypackage#myapp [filter:paste_prefix] use = egg:PasteDeploy#prefix [pipeline:main] pipeline = paste_prefix myapp [server:main] use = egg:waitress#main listen = 1270 码力 | 36 页 | 41.63 KB | 1 年前3 waitress Documentation v1.1.0There’s an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress configuration: [app:myapp] use = egg:mypackage#myapp [filter:paste_prefix] use = egg:PasteDeploy#prefix [pipeline:main] pipeline = paste_prefix myapp [server:main] use = egg:waitress#main listen = 1270 码力 | 36 页 | 41.63 KB | 1 年前3
 Scrapy 0.16 Documentationcom/trac/wiki/Downloads zope.interface: download the egg from zope.interface pypi page [http://pypi.python.org/pypi/zope.interface] and install it by running easy_install file.egg lxml: http://pypi.python.org/pypi/lxml/ Deploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading0 码力 | 272 页 | 522.10 KB | 1 年前3 Scrapy 0.16 Documentationcom/trac/wiki/Downloads zope.interface: download the egg from zope.interface pypi page [http://pypi.python.org/pypi/zope.interface] and install it by running easy_install file.egg lxml: http://pypi.python.org/pypi/lxml/ Deploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading0 码力 | 272 页 | 522.10 KB | 1 年前3
 waitress Documentation v1.4.0There's an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress's WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 48 页 | 54.34 KB | 1 年前3 waitress Documentation v1.4.0There's an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress's WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 48 页 | 54.34 KB | 1 年前3
 waitress Documentation v1.3.1point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 1.3.1 [server:main] use = egg:waitress#main listen 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 95 页 | 249.32 KB | 1 年前3 waitress Documentation v1.3.1point for PasteDeploy (egg:waitress#main) that lets you use Waitress’s WSGI gateway from a configuration file, e.g.: 3 waitress Documentation, Release 1.3.1 [server:main] use = egg:waitress#main listen 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 95 页 | 249.32 KB | 1 年前3
 Scrapy 0.14 DocumentationDeploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: make sure no local development settings are included in the egg when you build it. The0 码力 | 235 页 | 490.23 KB | 1 年前3 Scrapy 0.14 DocumentationDeploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: make sure no local development settings are included in the egg when you build it. The0 码力 | 235 页 | 490.23 KB | 1 年前3
 Scrapy 0.12 Documentationsteps: 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd settings.py spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: • make sure no local development settings are included in the egg when you build it. The0 码力 | 177 页 | 806.90 KB | 1 年前3 Scrapy 0.12 Documentationsteps: 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd settings.py spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: • make sure no local development settings are included in the egg when you build it. The0 码力 | 177 页 | 806.90 KB | 1 年前3
 Scrapy 0.12 DocumentationDeploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: make sure no local development settings are included in the egg when you build it. The0 码力 | 228 页 | 462.54 KB | 1 年前3 Scrapy 0.12 DocumentationDeploying your project into a Scrapyd server typically involves two steps: 1. building a Python egg [http://peak.telecommunity.com/DevCenter/PythonEggs] of your project. This is called “eggifying” your this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The simplest way to deploy your project is by using the deploy command, which automates the process of building the egg uploading spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: make sure no local development settings are included in the egg when you build it. The0 码力 | 228 页 | 462.54 KB | 1 年前3
 Scrapy 0.14 Documentationsteps: 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd settings.py spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: • make sure no local development settings are included in the egg when you build it. The0 码力 | 179 页 | 861.70 KB | 1 年前3 Scrapy 0.14 Documentationsteps: 1. building a Python egg of your project. This is called “eggifying” your project. You’ll need to install setuptools for this. See Egg caveats below. 2. uploading the egg to the Scrapyd server The to deploy your project is by using the deploy command, which automates the process of building the egg uploading it using the Scrapyd HTTP JSON API. The deploy command supports multiple targets (Scrapyd settings.py spiders/ ... Egg caveats There are some things to keep in mind when building eggs of your Scrapy project: • make sure no local development settings are included in the egg when you build it. The0 码力 | 179 页 | 861.70 KB | 1 年前3
 waitress Documentation v2.1.1There's an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress's WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 53 页 | 58.27 KB | 1 年前3 waitress Documentation v2.1.1There's an entry point for PasteDeploy (egg:waitress#main) that lets you use Waitress's WSGI gateway from a configuration file, e.g.: [server:main] use = egg:waitress#main listen = 127.0.0.1:8080 Using 0.1 port = 8080 The PasteDeploy syntax for UNIX domain sockets is analagous: [server:main] use = egg:waitress#main unix_socket = /path/to/unix.sock You can find more settings to tweak (arguments to waitress you have this: [app:wsgiapp] use = egg:mypackage#wsgiapp [server:main] use = egg:waitress#main host = 127.0.0.1 port = 8080 Add this: [filter:translogger] use = egg:Paste#translogger setup_console_handler0 码力 | 53 页 | 58.27 KB | 1 年前3
共 396 条
- 1
- 2
- 3
- 4
- 5
- 6
- 40














