diff --git a/mantisbt/README.md b/mantisbt/README.md index 6ed7354..81b8e7e 100644 --- a/mantisbt/README.md +++ b/mantisbt/README.md @@ -20,6 +20,8 @@ mysql: restart: always ``` +> You can use `mariadb` instead of `mysql`. + ## setup ``` @@ -28,6 +30,22 @@ $ firefox http://localhost:8989/admin/install.php >>> password: root ``` +``` +================================================================================== +Installation Options +================================================================================== +Type of Database MySQL/MySQLi +Hostname (for Database Server) mysql +Username (for Database) root +Password (for Database) root +Database name (for Database) bugtracker +Admin Username (to create Database if required) root +Admin Password (to create Database if required) root +Print SQL Queries instead of Writing to the Database [ ] +Attempt Installation [Install/Upgrade Database] +================================================================================== +``` + ## todo - support `curl`