Show More
@@ -441,6 +441,19 Current limitations of the SSH mode of :command:`ipcluster` are: | |||
|
441 | 441 | around with scp. This will be improved, Pull Requests are welcome. |
|
442 | 442 | |
|
443 | 443 | |
|
444 | IPython on EC2 with StarCluster | |
|
445 | =============================== | |
|
446 | ||
|
447 | The excellent StarCluster_ toolkit for managing `Amazon EC2`_ clusters has a plugin | |
|
448 | which makes deploying IPython on EC2 quite simple. The starcluster plugin uses | |
|
449 | :command:`ipcluster` with the SGE launchers to distribute engines across the | |
|
450 | EC2 cluster. See their `ipcluster plugin documentation`_ for more information. | |
|
451 | ||
|
452 | .. _StarCluster: http://web.mit.edu/starcluster | |
|
453 | .. _Amazon EC2: http://aws.amazon.com/ec2/ | |
|
454 | .. _ipcluster plugin documentation: http://web.mit.edu/starcluster/docs/latest/plugins/ipython.html | |
|
455 | ||
|
456 | ||
|
444 | 457 | Using the :command:`ipcontroller` and :command:`ipengine` commands |
|
445 | 458 | ================================================================== |
|
446 | 459 | |
@@ -776,7 +789,6 you can specify any arguments you may need to the PyMongo `Connection | |||
|
776 | 789 | # keyword args to pymongo.Connection |
|
777 | 790 | c.MongoDB.connection_kwargs = {} |
|
778 | 791 | |
|
779 | .. _MongoDB: http://www.mongodb.org | |
|
780 | 792 | .. _PyMongo: http://api.mongodb.org/python/1.9/ |
|
781 | 793 | |
|
782 | 794 | Configuring `ipengine` |
General Comments 0
You need to be logged in to leave comments.
Login now