From 6434a6021082680aeb636a3c28903bcb7086dda4 Mon Sep 17 00:00:00 2001 From: shish Date: Sat, 26 Jan 2008 13:14:30 +0000 Subject: [PATCH] more user friendly installation, and check that they aren't opening the php files from the local hard drive... git-svn-id: file:///home/shish/svn/shimmie2/trunk@700 7f39781d-f577-437e-ae19-be835c7a54ca --- install.php | 115 +++++++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 50 deletions(-) diff --git a/install.php b/install.php index 4e82aa77..a2e2ef24 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,32 @@ - + + + Error + + + +
+

Install Error

+

Shimmie needs to be run via a web server with PHP support -- you + appear to be either opening the file from your hard disk, or your + web server is mis-configured. +

If you've installed a web server on your desktop PC, you probably + want to visit the local web server. +

For more help with installation, visit + the + documentation wiki. +

+
+ - Shimmie2 Installer - +#iblock {width: 512px; margin: auto; margin-top: 16px;} +TD INPUT {width: 100%} + + -

Shimmie Installer

+
+

Shimmie Installer

- $gd + $gd -

Note

- Shimmie is developed with MySQL, and support - for it is included. Other databases may work, - but you'll need to add the appropriate ADOdb - drivers yourself - -

Install

-
-
- - - - - -
Database
Admin Name:
Admin Pass:
- -

Databases should be specified like so: -
ie: protocol://username:password@host/database?options -
eg: mysql://shimmie:pw123@localhost/shimmie?persist -

-
+

Install

+
+
+ + + + + +
Database:
Admin Name:
Admin Pass:
+
+
+ +

Help

+ +

Databases should be specified like so: +
ie: protocol://username:password@host/database?options +
eg: mysql://shimmie:pw123@localhost/shimmie?persist + +

For more help with installation, visit + the + documentation wiki. +

EOD;