Bug 7427

Summary: Make koha-create populate OPACBaseURL and staffClientBaseURL
Product: Koha Reporter: Magnus Enger <magnus>
Component: PackagingAssignee: Robin Sheat <robin>
Status: RESOLVED LATER QA Contact:
Severity: enhancement    
Priority: P5 - low CC: mtompset
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Magnus Enger 2012-01-09 19:13:54 UTC
When koha-create creates a new installation, it knows the URL for both the OPAC and the staff client. Why not let it update the OPACBaseURL and staffClientBaseURL syspref with the right values? 

This could be done with a search and replace on the SQL that is loaded from a file, or with the mechanism proposed in Bug 7426.
Comment 1 Mark Tompsett 2018-09-13 01:45:58 UTC
Because the web install portion hasn't even been done yet? There is no system preference table to populate.
Comment 2 Magnus Enger 2018-09-13 06:53:17 UTC
That is true. Unless you specified DEFAULTSQL (in the config file) or --defaultsql on the command line. 

But I guess this is not that useful, so I'll close it.