From 681197a265f1dd3873780fdcf0b5f1e8fa0150ab Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 20 Jan 2009 00:54:02 +0000 Subject: Web based installer. It's still got some rough edges, but you can now do a complete CLI or web based install. --- installer/pages/about_install.html.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 installer/pages/about_install.html.php (limited to 'installer/pages/about_install.html.php') diff --git a/installer/pages/about_install.html.php b/installer/pages/about_install.html.php new file mode 100644 index 00000000..6ad2c242 --- /dev/null +++ b/installer/pages/about_install.html.php @@ -0,0 +1,18 @@ +

+ Gallery needs to talk to your MySQL database, so to get started + you'll need to know: +

+
    +
  1. Database name
  2. +
  3. Database username
  4. +
  5. Database password
  6. +
  7. Database host
  8. +
+ +

+ If you're missing any of this information, please ask your + web host or system administrator for a little help. +

+

+ Continue +

-- cgit v1.2.3