diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 00:54:02 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-20 00:54:02 +0000 |
| commit | 681197a265f1dd3873780fdcf0b5f1e8fa0150ab (patch) | |
| tree | fe8aafe29cf5f3d6d5a285c330147c9e3f3668c0 /installer/pages/about_install.html.php | |
| parent | d51955c8efa78d7f0a0ca8c138c2eebaf5ecb975 (diff) | |
Web based installer. It's still got some rough edges, but you can now
do a complete CLI or web based install.
Diffstat (limited to 'installer/pages/about_install.html.php')
| -rw-r--r-- | installer/pages/about_install.html.php | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ +<p> + Gallery needs to talk to your MySQL database, so to get started + you'll need to know: +</p> +<ol> + <li> Database name </li> + <li> Database username </li> + <li> Database password </li> + <li> Database host </li> +</ol> + +<p> + If you're missing any of this information, please ask your + web host or system administrator for a little help. +</p> +<p> + <a href="index.php?step=get_db_info">Continue</a> +</p> |
