File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deis requirements for Sphinx documentation generation
2+ # This avoids readthedocs.org having to install many packages that aren't
3+ # actually needed to make the docs, while honoring their limitation of
4+ # one requirements file. Please keep it up-to-date with the root
5+ # requirements.txt and dev_requirements.txt files.
6+ #
7+ # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
8+ # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
9+ #
210boto==2.23.0
311celery==3.1.8
412Django==1.6.2
513django-allauth==0.15.0
614django-guardian==1.1.1
715django-json-field==0.5.5
816djangorestframework==2.3.12
9- dop==0.1.4
17+ dop==0.1.6
1018gunicorn==18.0
1119paramiko==1.12.1
1220pyrax==1.6.2
1321python-etcd==0.3.0
1422PyYAML==3.10
23+ South==0.8.4
1524
1625# Deis client requirements
1726docopt==0.6.1
1827
1928# Deis documentation requirements
20- Sphinx>=1.2.1
29+ Sphinx>=1.2.2
2130smartypants>=1.8.3
2231sphinxcontrib-httpdomain>=1.2.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Architecture
1010Deis consists of 9 modules that combine to create a distributed PaaS.
1111Each Deis module is deployed as a :ref: `Container `.
1212
13- .. _ controller :
13+ .. _ arch_controller :
1414
1515Controller
1616----------
@@ -59,7 +59,7 @@ The builder:
5959 #. Pushes the new Docker image to the platform's :ref: `Registry `
6060 #. Creates a new :ref: `Release ` on the :ref: `Controller `
6161
62- Once a new :ref: `Release ` is generated, a new set of containers
62+ Once a new :ref: `Release ` is generated, a new set of containers
6363is deployed across the platform automatically.
6464
6565.. _registry :
@@ -68,15 +68,15 @@ Registry
6868--------
6969
7070The registry module hosts `Docker `_ images on behalf of the platform.
71- Image data is typically stored on a storage service like
71+ Image data is typically stored on a storage service like
7272`Amazon S3 `_ or `OpenStack Storage `_.
7373
7474.. _logserver :
7575
7676Log Server
7777----------
7878
79- The log server module uses `rsyslog `_ to aggregate log data from
79+ The log server module uses `rsyslog `_ to aggregate log data from
8080across the platform.
8181This data can then be queried by the :ref: `Controller `.
8282
9393-----
9494
9595The proxy module uses `Nginx `_ to route traffic to application containers.
96-
96+
9797.. _`Django` : https://www.djangoproject.com/
9898.. _`Celery` : http://www.celeryproject.org/
9999.. _`PostgreSQL` : http://www.postgresql.org/
Original file line number Diff line number Diff line change 11# Deis controller requirements
2+ #
3+ # NOTE: For testing on Mac OS X Mavericks, use the following to work around a clang issue:
4+ # ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install [pycrypto]
5+ #
26boto == 2.23.0
37celery == 3.1.8
48Django == 1.6.2
You can’t perform that action at this time.
0 commit comments