Changes between Version 10 and Version 11 of ProductieStappen


Ignore:
Timestamp:
01/14/15 18:02:58 (10 years ago)
Author:
mschenk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ProductieStappen

    v10 v11  
    130130This is the physical machine that hosts the cashier website. This website consists of a standalone django application, which relies on a nginx webserver and a mysql database. No additional configuration is needed.
    131131
    132 == nginx ==
     132== NGINX ==
    133133
    134134This is a standard nginx instance which hands-off the real work to a uwsgi-server. Only static data is served from nginx (at /static).
     
    136136Nginx runs as a docker instance
    137137
    138 == mysql ==
     138== MySQL ==
    139139
    140140This is a standard mysql docker image. A user account needs to be made for the django application (standard "cashier")
    141141
    142 == uwsgi ==
     142== UWSGI ==
    143143
    144144This container runs the actual website code as a docker container. The current website code needs to be installed in /var/o2eappserver/fig/website. This directory is available as /code inside the docker image. (Further paths in this section will be specific to the docker instance)