moodlehq / moodle-performance-comparison

Set of shell scripts to run Moodle performance tests using different hardware and configurations and compare results.
GNU General Public License v2.0
75 stars 39 forks source link

Add a defaults file #12

Closed dmonllao closed 10 years ago

dmonllao commented 10 years ago

If we add new stuff to webserver_config.properties.dist (for example) and users already have a webserver_config.properties the new vars will not be added after checking out the latest code.

Providing a .defaults file with non-sensitive vars and loading it (overwritten by webserver_config.properties) would solve the problem in most of the cases.

dmonllao commented 10 years ago

As not all the new vars will be added to the defaults file we should also check in the scripts that the vars are set

dmonllao commented 10 years ago

15 and #16