Skip to content

Updated Names and statement for localsettings.py #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/topics/introduction/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,25 +145,26 @@ At time of writing, there is no Docker container to interface and run all of the

::

$ docker exec -it scrapycluster_kafka_monitor_1 bash
$ docker exec -it scrapy-cluster_kafka_monitor_1 bash

Redis monitor

::

$ docker exec -it scrapycluster_redis_monitor_1 bash
$ docker exec -it scrapy-cluster_redis_monitor_1 bash

Crawler

::

$ docker exec -it scrapycluster_crawler_1 bash
$ docker exec -it scrapy-cluster_crawler_1 bash

Rest
Chnage the Flask port in localsettings.py to 5000

::

$ docker exec -it scrapycluster_rest_1 bash
$ docker exec -it scrapy-cluster_rest_1 bash

5) Run the unit and integration test for that component. Note that your output may be slightly different but your tests should pass consistently.

Expand Down