View Issue Details

IDProjectCategoryView StatusLast Update
0016343mantisbtinstallationpublic2013-09-02 03:45
ReporterMadpeter Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status acknowledgedResolutionopen 
Product Version1.2.15 
Summary0016343: Adjust layout of install page
Description

the current layout of the DB setup page should be reordered and adjusted to make it easier to use

  • Current layout -
    Type of Database
    Hostname (for Database Server)
    Username (for Database)
    Password (for Database)
    Database name (for Database)
    Admin Username (to create Database if required)
    Admin Password (to create Database if required)
    Print SQL Queries instead of Writing to the Database
    Attempt Installation

  • Adjusted layout -

==== Database config ====

  • Database name [Textbox]
  • Database username [Textbox]
  • Database password [Password]

==== Advanced setup ====
Note: If you have already created the database please skip this

  • Create database [CheckBox]
  • Master DB account [Textbox]
  • Master DB password [Password]

    Note: The Master DB account details are used to create the database,
    if the normal database user does not have the rights to do so.

==== Optional settings ====
Notes:
Print SQL will stop the system from making changes
to the database and output the commands it would have issued.

  • Print SQL: [Checkbox]

[Install / Upgrade database]

TagsNo tags attached.

Activities

Madpeter

Madpeter

2013-08-31 18:26

reporter   ~0037962

Last edited: 2013-08-31 18:38

oops ^_^
missed Type of Database and Hostname

they would fall under the basic config at the top
so it would look something like this

==== Database config ====

  • Database type: [Select]

  • Database host: [Textbox - preset to localhost]

  • Database name: [Textbox]

dregad

dregad

2013-09-02 03:44

developer   ~0037970

Thanks for your suggestion, we'll look into it when we get around to improving the installer.