@@ -36,7 +36,7 @@ A default configuration file is included in the container, but it can be overrid
3636application root. This is necessary if, for example, you want to run the container in ` production ` mode.
3737
3838``` bash
39- --mount type=bind,source=/pathToYour/render_app .conf,target=/usr/app/render_app .conf \
39+ --mount type=bind,source=/pathToYour/renderer .conf,target=/usr/app/renderer .conf \
4040```
4141
4242## LOCAL INSTALL
@@ -48,7 +48,7 @@ If using a local install instead of docker:
4848- Install Perl dependencies listed in Dockerfile (CPANMinus recommended)
4949- clone webwork-open-problem-library into the provided stub ./webwork-open-problem-library
5050 - ` git clone https://github.com/openwebwork/webwork-open-problem-library ./webwork-open-problem-library `
51- - copy ` render_app .conf.dist` to ` render_app .conf` and make any desired modifications
51+ - copy ` renderer .conf.dist` to ` renderer .conf` and make any desired modifications
5252- copy ` conf/pg_config.yml ` to ` lib/PG/pg_config.yml ` and make any desired modifications
5353- install third party JavaScript dependencies
5454 - ` cd public/ `
@@ -57,7 +57,7 @@ If using a local install instead of docker:
5757- install PG JavaScript dependencies
5858 - ` cd lib/PG/htdocs `
5959 - ` npm ci `
60- - start the app with ` morbo ./script/render_app ` or ` morbo -l http://localhost:3000 ./script/render_app ` if changing
60+ - start the app with ` morbo ./script/renderer ` or ` morbo -l http://localhost:3000 ./script/renderer ` if changing
6161 root url
6262- access on ` localhost:3000 ` by default or otherwise specified root url
6363
@@ -111,12 +111,12 @@ The bare minimum of parameters that must be included are:
111111
112112### Infrastructure Parameters
113113
114- The defaults for these parameters are set in ` render_app .conf` , but these can be overridden on a per-request basis.
114+ The defaults for these parameters are set in ` renderer .conf` , but these can be overridden on a per-request basis.
115115
116- | Key | Type | Default Value | Description | Notes |
117- | ------- | ------ | ------------------------------------------- | --------------------------- | ----- |
118- | baseURL | string | '/' (as set in ` render_app .conf` ) | the URL for relative paths | |
119- | formURL | string | '/render-api' (as set in ` render_app .conf` ) | the URL for form submission | |
116+ | Key | Type | Default Value | Description | Notes |
117+ | ------- | ------ | ----------------------------------------- | --------------------------- | ----- |
118+ | baseURL | string | '/' (as set in ` renderer .conf` ) | the URL for relative paths | |
119+ | formURL | string | '/render-api' (as set in ` renderer .conf` ) | the URL for form submission | |
120120
121121### Display Parameters
122122
0 commit comments