diff --git a/core/install/resources/views/database.htm b/core/install/resources/views/database.htm new file mode 100644 index 0000000000..b447dd0f48 --- /dev/null +++ b/core/install/resources/views/database.htm @@ -0,0 +1,65 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Installation: PostgreSQL + + +
+ {$label_host} + +
+ Enter the host address for the database server. +
+ {$label_port} + +
+ Enter the port number. It is optional if the database is using the default port. +
+ {$label_name} + +
+ Enter the name of the database. +
+ {$label_username} + +
+ Enter the database username. +
+ {$label_password} + +
+ Enter the database password. +
+ + +
+
+