@@ -9,8 +9,6 @@ are made to `.dist` files, then the modifications will be lost or cause conflict
99
1010Basic webwork2 configuration files.
1111
12- - ` site.conf.dist ` should be copied to ` site.conf ` , and contains global variables required for basic server
13- configuration. This file is read first in the initialization sequence.
1412- ` defaults.config ` contains initial settings for many customizable options in WeBWorK. This file is read second in the
1513 initialization sequence. ** This file should not be changed**
1614- ` localOverrides.conf.dist ` should be copied to ` localOverrides.conf ` . ` localOverrides.conf ` will be read after the
@@ -29,8 +27,7 @@ Configuration extension files.
2927
3028Server configuration files.
3129
32- - ` webwork2.mojolicious.dist.yml ` contains the webwork2 Mojolicious app configuration settings. Copy this file to
33- ` webwork2.mojolicious.yml ` if you need to change those settings. You usually will need to do this.
30+ - ` webwork2.mojolicious.dist.yml ` contains the webwork2 Mojolicious app configuration settings.
3431- ` webwork2.dist.service ` is a systemd configuration file for linux systems that serves the webwork2 app via the
3532 Mojolicious hypnotoad server. If you need to change it, then copy it to ` webwork2.service ` .
3633- ` webwork2-job-queue.dist.service ` is a systemd configuration file for linux systems that runs the webwork2 job queue
@@ -42,8 +39,9 @@ Server configuration files.
4239
4340## Initial configururation of webwork2
4441
45- - Copy ` site.conf.dist ` to ` site.conf ` and ` localOverrides.conf.dist ` to ` localOverrides.conf ` , and adjust the variables
46- in ` site.conf ` as needed. In particular you will need to set ` $server_root_url ` to the server name, and set
42+ - Copy ` webwork2.mojolicious.dist.yml ` to ` webwork2.mojolicious.yml ` and change appropriate settings.
43+ - Copy ` localOverrides.conf.dist ` to ` localOverrides.conf ` , and adjust the variables
44+ as needed. In particular you will need to set ` $server_root_url ` to the server name, and set
4745 ` $database_password ` to the password for the database.
4846- Adjust the variables in ` localOverrides.conf ` to customize your server for your needs.
4947- Copy any of the other ` .dist ` files and adjust the variables in them as needed. Note that those files will need to be
0 commit comments