Changes between Version 10 and Version 11 of ProductieStappen
- Timestamp:
- 01/14/15 18:02:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProductieStappen
v10 v11 130 130 This 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. 131 131 132 == nginx==132 == NGINX == 133 133 134 134 This is a standard nginx instance which hands-off the real work to a uwsgi-server. Only static data is served from nginx (at /static). … … 136 136 Nginx runs as a docker instance 137 137 138 == mysql==138 == MySQL == 139 139 140 140 This is a standard mysql docker image. A user account needs to be made for the django application (standard "cashier") 141 141 142 == uwsgi==142 == UWSGI == 143 143 144 144 This 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)