CRUDE-ASP
CRUDE-ASP copied to clipboard
Installer packaging and version finalization
This is a list of options to be given to the user when running the installer for CRUDE:
- [ ] connection string to CrudePortalDB (server, database, authentication)
- [ ] optionally create new SQL login for the portal (will be given read write and execute permissions, and used in default connection string)
- [ ] installer mode (create new empty database, or patch existing)
- [ ] site root path (must start and end with forward slash). Will also be used for copying files to wwwroot.
Before packaging into an installer, the following tasks need to be completed:
- [ ] make sure all SQL code is backwards compatible to version 2008r2
- [ ] prepare up to date CrudePortalDB_Create.sql file
- [ ] prepare up to date dacpac file
- [ ] prepare up to date web.config file
- [ ] replace cdn links with local files
- [ ] set proper Help texts for all admin data view fields
- [ ] set proper field identifiers for all admin data view fields
- [ ] Tests in Firefox and IE
- [ ] TBD