| |
253 |
253 |
set install_error_file "${serverroot}/log/install-log-errors" |
| |
254 |
254 |
|
| |
255 |
255 |
|
| |
256 |
256 |
|
| |
257 |
257 |
#---------------------------------------------------------------------- |
| |
258 |
258 |
# Installing .LRN |
| |
259 |
259 |
#---------------------------------------------------------------------- |
| |
260 |
260 |
|
| |
261 |
261 |
# dotLRN configuration |
| |
262 |
262 |
# should we install dotlrn? |
| |
263 |
263 |
set dotlrn "no" |
| |
264 |
264 |
|
| |
265 |
265 |
# Which tag should we checkout from? |
| |
266 |
266 |
set dotlrn_branch "HEAD" |
| |
267 |
267 |
|
| |
268 |
268 |
# Should basic demo setup of departments, classes, users, etc. be done? |
| |
269 |
269 |
set dotlrn_demo_data "no" |
| |
270 |
270 |
set dotlrn_users_data_file "users-data.csv" |
| |
271 |
271 |
set demo_users_password "guest" |
| |
272 |
272 |
|
| |
273 |
|
# Should links be crawled to search for broken pages? This doesn't quite work! |
| |
274 |
|
set crawl_links "no" |
| |
275 |
|
|
| |
276 |
273 |
#---------------------------------------------------------------------- |
| |
277 |
274 |
# Tcl API testing. Not recommended for production servers. |
| |
278 |
275 |
#---------------------------------------------------------------------- |
| |
279 |
276 |
set do_tclapi_testing "no" |
| |
280 |
277 |
|
| |
281 |
278 |
#---------------------------------------------------------------------- |
| |
282 |
279 |
# HTTP level testing and demo data setup with tclwebtest |
| |
283 |
280 |
#---------------------------------------------------------------------- |
| |
284 |
281 |
# A list of full paths for any additional tclwebtest scripts that should |
| |
285 |
282 |
# be executed after install |
| |
286 |
283 |
set tclwebtest_scripts "" |
| |
287 |
284 |
|
| |
288 |
285 |
# Should links be crawled to search for broken pages? If so, specify the path |
| |
289 |
286 |
# to start from here. To crawl the whole site, set this parameter to "/". To |
| |
290 |
287 |
# not do any crawling, leave empty. |
| |
291 |
288 |
set crawl_links_start_path "" |