Update readme files

This commit is contained in:
allegroai
2019-12-24 17:58:02 +02:00
parent 1e4756aa1d
commit 75e736e7d5
2 changed files with 15 additions and 15 deletions

View File

@@ -2,13 +2,13 @@
## Introduction
The webserver is the **trains-server**'s component responsible for serving the TRAINS webapp.
The webserver is the **trains-server**'s component responsible for serving the Trains webapp.
For this purpose, we use an [NGINX](https://www.nginx.com/) server.
## Configuration
In order to serve the TRAINS webapp, the following is required:
* The pre-built TRAINS webapp should be copied to the NGINX html directory (usually `/usr/share/nginx/html`)
In order to serve the Trains webapp, the following is required:
* The pre-built Trains webapp should be copied to the NGINX html directory (usually `/usr/share/nginx/html`)
* The default NGINX port (usually `80`) should be changed to match the **trains-server** configuration (usually `8080`)
NOTE: This configuration may vary in different systems, depending on the NGINX version and distribution used.