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/get_db_info.html.php | 78 ++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 installer/pages/get_db_info.html.php (limited to 'installer/pages/get_db_info.html.php') diff --git a/installer/pages/get_db_info.html.php b/installer/pages/get_db_info.html.php new file mode 100644 index 00000000..3459948e --- /dev/null +++ b/installer/pages/get_db_info.html.php @@ -0,0 +1,78 @@ +

+ Installing Gallery is very easy. We just need to know how to talk + to your MySQL database, and we need a place to store your photos on + your web host. +

+ + +
+ Photo Storage + +

+ We're having trouble creating a place for your photos. Can you + help? Please create a directory called var in your + gallery3 directory, then run chmod 777 var. That + should fix it. +

+ Check again +

+ +

+ We've found a place to store your photos. +

+ +
+ +
+
+ Database +

+ We've provided values that work for most common web hosts. If + you have problems, contact your web host for help. +

+
+ + + + + + + + + + + + + + + + + + + + +
+ Database Name + + +
+ User + + +
+ Password + + +
+ Host + + +
+ + + + (Please fix the photo storage problem before continuing) + +
+
+
-- cgit v1.2.3