|
a/pyforge/docs/install.rst |
|
b/pyforge/docs/install.rst |
|
... |
|
... |
168 |
|
168 |
|
169 |
mongod
|
169 |
mongod
|
170 |
We'll need a test MongoDB server to keep from stomping on our development data::
|
170 |
We'll need a test MongoDB server to keep from stomping on our development data::
|
171 |
|
171 |
|
172 |
(anvil)~/src$ mkdir -p ~/var/mongodata-test
|
172 |
(anvil)~/src$ mkdir -p ~/var/mongodata-test
|
173 |
(anvil)~/src$ mongod --port 27108 --dbpath ~/var/mongodata-test
|
173 |
(anvil)~/src$ mongod --port 27018 --dbpath ~/var/mongodata-test
|
174 |
|
174 |
|
175 |
RabbitMQ
|
175 |
RabbitMQ
|
176 |
Here, we'll set up a second virtual host for testing. We also need to set up
|
176 |
Here, we'll set up a second virtual host for testing. We also need to set up
|
177 |
the RabbitMQ queues using reactor_setup::
|
177 |
the RabbitMQ queues using reactor_setup::
|
178 |
|
178 |
|